Last active
September 12, 2019 08:42
-
-
Save secretdataz/b9e7f722b6171fcdff065dd98cef93a7 to your computer and use it in GitHub Desktop.
Use along with uBlock Origin to screw with FuckAdBlock script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name Fuck FuckAdBlock | |
| // @namespace https://jittapan.app/ | |
| // @version 0.1 | |
| // @description Fuck you too, FuckAdBlock. | |
| // @author J.P. | |
| // @match http*://*/* | |
| // @grant none | |
| // @run-at document-start | |
| // ==/UserScript== | |
| (function() { | |
| 'use strict'; | |
| window.fuckAdBlock = {}; | |
| window.adBlockDetected = function () {}; | |
| })(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment