Skip to content

Instantly share code, notes, and snippets.

@jstrieb
Last active September 17, 2019 15:09
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 jstrieb/97a49f17e4cbe99a60f798eafa253dcb to your computer and use it in GitHub Desktop.
Save jstrieb/97a49f17e4cbe99a60f798eafa253dcb to your computer and use it in GitHub Desktop.
Bookmarklet to bypass WSJ (and some other) paywalls by redirecting through Facebook
// To install, highlight the line below and drag it to your bookmarks bar
javascript:document.location = "https://l.messenger.com/l.php?u=" + document.location.href.replace(/\?.*/, "").replace(/\//g, "%2F").replace(/:/g, "%3A")
// To bypass WSJ (and some other) paywalls, navigate to the article in incognito mode, and click the bookmarklet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment