Skip to content

Instantly share code, notes, and snippets.

View doctaweeks's full-sized avatar
🐧

Daniel M. Weeks doctaweeks

🐧
View GitHub Profile

Keybase proof

I hereby claim:

  • I am doctaweeks on github.
  • I am doctaweeks (https://keybase.io/doctaweeks) on keybase.
  • I have a public key ASCJSdQ3Nhko4ZCrcgOmiXwzDSBsqOP-Guv5gW7D2x-aNwo

To claim this, I am signing this object:

@doctaweeks
doctaweeks / nypost_adblock_block_block.user.js
Last active December 23, 2018 10:37
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;