Skip to content

Instantly share code, notes, and snippets.

@seanarnold
Created July 2, 2013 03:56
Show Gist options
  • Save seanarnold/5906685 to your computer and use it in GitHub Desktop.
Save seanarnold/5906685 to your computer and use it in GitHub Desktop.
Handy Bookmarklet to avoid SMH PayGate Steps: 1. Create a new Bookmark in your browsers tab bar 2. Edit the link with the code below 3. When the SMH paywall pops up, click the bookmark. 4. Voila! Happy reading
javascript:(function(){document.getElementById("subscription-overlay").remove();document.body.setAttribute("style", "overflow:scroll");})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment