Skip to content

Instantly share code, notes, and snippets.

@danielronnkvist
Created October 18, 2017 08:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danielronnkvist/fee8258fbd9921e27a88a3ce7352573a to your computer and use it in GitHub Desktop.
Save danielronnkvist/fee8258fbd9921e27a88a3ce7352573a to your computer and use it in GitHub Desktop.
Removes premium content block on DN articles. Add it to your bookmarks and whenever on a DN article click on the bookmark and it will remove the premium blocker.
javascript:(function(){var a = document.querySelector('.js-paywall');a.parentElement.removeChild(a);document.querySelector('.article__body--mask').classList.remove('article__body--mask');})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment