Created
November 14, 2008 15:40
-
-
Save remvee/24951 to your computer and use it in GitHub Desktop.
bookmarklet to fix line-height for current page
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
javascript:(function(){var%20d=document;t=d.createElement(%22style%22);t.appendChild(d.createTextNode(%22*{line-height:2}%22));d.getElementsByTagName(%22head%22)[0].appendChild(t)})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment