Last active
November 8, 2016 20:40
-
-
Save dakotahp/6274938 to your computer and use it in GitHub Desktop.
Bookmarklet increase readability (by increasing line height) on websites designed by robots. Purpose is for all pages to be more readable but not not a replacement for Safari Reader, or Readability and Instapaper bookmarklets
This file contains hidden or 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
javascript:document.getElementsByTagName("body")[0].style.lineHeight = "1.5em";if($){ $("p, .post-content").attr("style", "line-height: 1.5em") } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sadly could not get this to work with Safari 10 on El Capitan.