Disables the unavoidable thief event that forces you to pay money or disable your adblock.
// ==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();