Greasemonkey Script: Feedburner Text Resizer
The size of the text in the “My Feeds” section of Feedburner drives me nuts. Why would anyone want it that large? I figured someone else would have had this problem and written a Greasemonkey script to fix it. (For my regular readers, who probably don’t know what in the world I’m talking about, Greasemonkey is an extension for Firefox that allows people to write scripts that change the way a website looks. I love the extension, a must-have in the fox.) I can’t find it if it exists, so I wrote my own. It was my very first foray into the scripting world. Many thanks go out to Dive Into Grease Monkey for the tutorials that made the script possible.
The problem with the font size was that my feed titles would wrap onto a 2nd line. Here’s the before and after pictures:
This post will serve as the discussion forum for this script. You can find the script on UserScripts.org or at my very basic list of scripts (currently 1). Hope someone other than me enjoys it!