Skip to content

Instantly share code, notes, and snippets.

@doctaweeks
Last active December 23, 2018 10:37
Show Gist options
  • Save doctaweeks/d66529bbbfa46cc217d926e8b1463e5e to your computer and use it in GitHub Desktop.
Save doctaweeks/d66529bbbfa46cc217d926e8b1463e5e to your computer and use it in GitHub Desktop.
Block the New York Post adblock block
// ==UserScript==
// @name nypost_adblock_block_block
// @namespace doctaweeks
// @include https://nypost.com/*
// @version 1
// @grant none
// ==/UserScript==
window.addEventListener('beforescriptexecute', function(e) {
window._sp_.config.content_control_callback = null;
}, true);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment