Skip to content

Instantly share code, notes, and snippets.

@boscomonkey
Created May 26, 2011 16:09
Show Gist options
  • Save boscomonkey/993436 to your computer and use it in GitHub Desktop.
Save boscomonkey/993436 to your computer and use it in GitHub Desktop.
Read Later bookmarklet that doesn't require a 2nd click
javascript:function iprl5(){var d=document,z=d.createElement('scr'+'ipt'),b=d.body;try{if(!b)throw(0);d.title='(Saving...) '+d.title;z.setAttribute('src','http://www.instapaper.com/j/aoOVr4t2wFMs?u='+encodeURIComponent(d.location.href)+'&t='+(new Date().getTime()));b.appendChild(z);}catch(e){alert('Please wait until the page has loaded.');}}iprl5();void(0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment