Created
November 9, 2016 02:19
-
-
Save bond-/1b7976bc69a58d1ab260bd6cdaf018d9 to your computer and use it in GitHub Desktop.
Tamper monkey script to override annoying adblock popup of business-standard
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 Business standard anti-adblock | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description try to take over the world! | |
// @author You | |
// @match http://www.business-standard.com/* | |
// @grant none | |
// ==/UserScript== | |
(function() { | |
'use strict'; | |
window.adsLoaded = [""]; | |
})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Settings:
Position: 1
Run at: document-start