Launches an Instapaper Text view of the current page.
Created
December 26, 2013 19:56
-
-
Save jtbrough/8137977 to your computer and use it in GitHub Desktop.
Instapaper Text
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:function iptxt(){var d=document;try{if(!d.body)throw(0);window.location='http://www.instapaper.com/text?u='+encodeURIComponent(d.location.href);}catch(e){alert('Please wait until the page has loaded.');}}iptxt();void(0) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "Instapaper Text", | |
"description": "View the current page using Instapaper Text.", | |
"icon": "https://staticinstapaper.s3.amazonaws.com/img/logo_icon.png", | |
"link": "https://gist.github.com/jordantbro/8137977" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment