Set minimum font size in NetNewWire's browser

Mar 07, '06 06:48:00AM

Contributed by: mahakali

One thing I missed from NetNewsWire web browser is an option to set minimum font size, so I used a style sheet to change fonts. However, this got tedious, and using a regex to set the font size of all selectors is not something I wanted to do.

Then I found out that you can use the same WebKit parameters you use in Safari to change some of NetNewWire preferences. Just type this in your favorite console (Terminal or other), then press Return:

defaults write com.ranchero.netnewswire WebKitMinimumFontSize 13
I also attempted to kill GIF animations, but unfortunately, setting these parameters to 0 didn't work:
WebKitAllowAnimatedImagesPreferenceKey
WebKitAllowAnimatedImageLoopingPreferenceKey
You can use PithHelmet to stop animations, but the SIMBL (the framework that is required to run PithHelmet) caused some glitches with Gmail, so I stopped using it.

Comments (4)


Mac OS X Hints
http://hints.macworld.com/article.php?story=20060302002450329