Skip to content

Instantly share code, notes, and snippets.

@alanhogan
Created August 1, 2012 01:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alanhogan/3222391 to your computer and use it in GitHub Desktop.
Save alanhogan/3222391 to your computer and use it in GitHub Desktop.
Bookmarklet/script: Allow sub-pixel text rendering (because Posterous sucks)
javascript:void((function(){var d=document;var ocss='html body, html body *{-webkit-font-smoothing: auto !important;}';var l='style'; var L=d.createElement(l);L.innerHTML=ocss; document.getElementsByTagName('head')[0].appendChild(L);})())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment