Last active
August 27, 2023 18:47
Random Instapaper Article Bookmarklet
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
// based on http://avoidtheinevitable.wordpress.com/2013/01/21/instapaper-random-article-bookmarklet/ updated to | |
// Instapaper's latest design. This only picks a random article from the first page of Instapaper items | |
javascript:var l=document.querySelectorAll(".article_item .article_inner_item .host a");l[Math.floor(1+Math.random()*l.length)].click(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you want to view it in instapaper's native view you can change it to