Skip to content

Instantly share code, notes, and snippets.

@flobosg
Created August 11, 2014 05:41
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save flobosg/a2276c80483a4aa01740 to your computer and use it in GitHub Desktop.
Save flobosg/a2276c80483a4aa01740 to your computer and use it in GitHub Desktop.
Instapaper Bookmarklet: Random article
javascript:var l="https://www.instapaper.com/u";if(location.href!==l){location=l}else{var a=$(".article_item .article_inner_item .title_row a.article_title");a[Math.floor(1+Math.random()*a.length)].click()}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment