Skip to content

Instantly share code, notes, and snippets.

@haraldmartin
Last active November 25, 2017 13:25
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 haraldmartin/91af67fa6a589e33528e62a16cc228e0 to your computer and use it in GitHub Desktop.
Save haraldmartin/91af67fa6a589e33528e62a16cc228e0 to your computer and use it in GitHub Desktop.
javascript: var d = document, h = function(a) { if (a = d.querySelector(a)) a.style.display = 'none' }, s = function(a) { if (a = d.querySelector(a)) a.style.display = 'block' }; h('#pwOverlay'); h('.paywall'); s('.article__premium-content'); if (m = d.querySelector('.article__body--mask')) { m.className = m.className.replace(/\barticle__body--mask\b/, '') }; void 0;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment