Skip to content

Instantly share code, notes, and snippets.

@sheedy
Last active December 22, 2015 20:39
Show Gist options
  • Save sheedy/6528320 to your computer and use it in GitHub Desktop.
Save sheedy/6528320 to your computer and use it in GitHub Desktop.
Readable bookmarklet 2 from http://readable.tastefulwords.com/
javascript:(function()%7B_readableOptions%3D%7B%27text_font%27:%27quote(Droid Sans Mono)%27,%27text_font_monospace%27:%27quote(Courier New), Courier, monospace%27,%27text_font_header%27:%27quote(Times New Roman), Times, serif%27,%27text_size%27:%2716px%27,%27text_line_height%27:%271.5%27,%27box_width%27:%2730em%27,%27color_text%27:%27%23111111%27,%27color_background%27:%27%23FFFEF0%27,%27color_links%27:%27%23EE4545%27,%27text_align%27:%27normal%27,%27base%27:%27blueprint%27,%27custom_css%27:%27h1%7Bcolor:%23666666%7D%27%7D%3Bif(document.getElementsByTagName(%27body%27).length>0)%3Belse%7Breturn%3B%7Dif(window.%24readable)%7Bif(window.%24readable.bookmarkletTimer)%7Breturn%3B%7D%7Delse%7Bwindow.%24readable%3D%7B%7D%3B%7Dwindow.%24readable.bookmarkletTimer%3Dtrue%3Bwindow.%24readable.options%3D_readableOptions%3Bif(window.%24readable.bookmarkletClicked)%7Bwindow.%24readable.bookmarkletClicked()%3Breturn%3B%7D_readableScript%3Ddocument.createElement(%27script%27)%3B_readableScript.setAttribute(%27src%27,%27http://readable-static.tastefulwords.com/target.js%3Frand%3D%27%2BencodeURIComponent(Math.random()))%3Bdocument.getElementsByTagName(%27body%27)%5B0%5D.appendChild(_readableScript)%3B%7D)()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment