Skip to content

Instantly share code, notes, and snippets.

@shcallaway
Created February 22, 2019 19:34
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shcallaway/2a6fb23ecbf1ebe2ed977d479b28092a to your computer and use it in GitHub Desktop.
Save shcallaway/2a6fb23ecbf1ebe2ed977d479b28092a to your computer and use it in GitHub Desktop.
Bookmarklet for getting past digital publication paywalls

When creating a new browser bookmark, paste the following code snippet into the "Location" field:

javascript:(function(){window.location="https://outline.com/"+window.location;})();

Now visit an article that has a paywall, and click your bookmarklet!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment