Skip to content

Instantly share code, notes, and snippets.

@remvee
Created November 14, 2008 15:40
Show Gist options
  • Save remvee/24951 to your computer and use it in GitHub Desktop.
Save remvee/24951 to your computer and use it in GitHub Desktop.
bookmarklet to fix line-height for current page
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