Skip to content

Instantly share code, notes, and snippets.

@bond-
Created November 9, 2016 02:19
Show Gist options
  • Save bond-/1b7976bc69a58d1ab260bd6cdaf018d9 to your computer and use it in GitHub Desktop.
Save bond-/1b7976bc69a58d1ab260bd6cdaf018d9 to your computer and use it in GitHub Desktop.
Tamper monkey script to override annoying adblock popup of business-standard
// ==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 = [""];
})();
@bond-
Copy link
Author

bond- commented Nov 10, 2016

Settings:
Position: 1
Run at: document-start

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment