Sliderquest: No Adblock Penalty

Disables the unavoidable thief event that forces you to pay money or disable your adblock.

当前为 2020-06-08 提交的版本,查看 最新版本

// ==UserScript==
// @name         Sliderquest: No Adblock Penalty
// @namespace    https://ksir.pw/
// @version      0.1
// @description  Disables the unavoidable thief event that forces you to pay money or disable your adblock.
// @author       Kain (ksir.pw)
// @match        https://www.sliderquest.com/
// @grant        none
// ==/UserScript==

Game.UI.checkForAdBlock = () => false;
$("#moneyMaker").hide();