Skip to content

Instantly share code, notes, and snippets.

@skojin
Created November 8, 2010 10:07
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 skojin/667542 to your computer and use it in GitHub Desktop.
Save skojin/667542 to your computer and use it in GitHub Desktop.
bookmarket that increase mobile google reader http://www.google.com/reader/i content font size, tuned for ipad
javascript:(function(){ var css = '.entry-row.expanded {font-size: 130% !important;} .entry {padding-left: 30px;}';var sn = document.createElement("style"); sn.setAttribute("type", "text/css");sn.setAttribute("media", "screen"); sn.appendChild(document.createTextNode(css));document.getElementsByTagName("head")[0].appendChild(sn);})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment