Skip to content

Instantly share code, notes, and snippets.

@nilsandrey
Created June 17, 2022 05:54
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 nilsandrey/5250db857f2d19f04bff7f17c47711b7 to your computer and use it in GitHub Desktop.
Save nilsandrey/5250db857f2d19f04bff7f17c47711b7 to your computer and use it in GitHub Desktop.
A bookmarklet for showing the current URL in Instapaper reader mode (twitter threads are rolled up!)
javascript:function iptxt(){var d=document;try{if(!d.body)throw(0);window.location='http://www.instapaper.com/text?u=%27+encodeURIComponent(d.location.href);}catch(e){alert(%27Please wait until the page has loaded.%27);}}iptxt();void(0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment