Skip to content

Instantly share code, notes, and snippets.

@jkishner
Created May 19, 2014 20:53
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 jkishner/28525eda7491ce3ec206 to your computer and use it in GitHub Desktop.
Save jkishner/28525eda7491ce3ec206 to your computer and use it in GitHub Desktop.
View in Instapaper
var link = op.attributes.getOne("url");
window.open("https://www.instapaper.com/text?u="+link);
Add to Instapaper
var link = op.attributes.getOne("url");
window.open("http://www.instapaper.com/edit?url=" + link);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment