firefox config
Posted by ark, ,
To go along with my favorite mozilla/firefox extensions I'm documenting all the about:config stuff I like to change in my setup
accessibility.tabfocus 3
allows you to tab around buttons and checkboxes, not just text areas
network.cookie.alwaysAcceptSessionCookies true
network.cookie.cookieBehavior 2 (this was 1 (allow) but now I use Permit Cookies)
network.cookie.lifetimePolicy 1
you can store session cookies, but I'll ask about cookies that'll get saved to disk
view_source.wrap_long_lines true
keyword.enabled false
this feature sucks
browser.xul.error_pages.enabled true
reduces number of popups with dns or connection problems
fyr.urlpattern http://www.google.com/reader/preview/*/feed/@URL@
preview feeds in Feed Your Reader so you can subscribe.
browser.dom.window.dump.enabled true
javascript.options.showInConsole true
allow dump() in javascript to output to mozilal console (You'll need to MAKE these boolean keys)

mozex.general.tmpdir /home/ark/tmp/mozex
where does mozex save it's tmp stuff
mozex.command.textarea /home/ark/bin/share/editor %t
What command to use to edit text areas
mozex.command.source /home/ark/bin/share/editor %t
What command to use with view source
adblock.patterns
*yimg.com/a/* *pointroll.com* *doubleclick.net* *adlegend.com* *unicast.com* *atdmt.com* *ingdirect.com/*.swf* *wunderground.com/ads/* http://images.citypages.com/*banner* *247realmedia.com* http://img.fark.com/images/*/totalfark/* http://sportsbybrooks.com/farkbutton.gif *adview.php* http://img.fark.com/images/*/125x125/* http://img.fark.com/*/ads/* http://img.fark.com/images/com000.jpg http://www.bullz-eye.com/pictureofday/* *adimage.php* *fastclick.net* *m7z.net* *pro-market.net* */ads/* *2o7.net* http://ads.* *ru4.com* *advertising.com* *falkag.net* *towerad* */banners/pdp/* http://www.engadget.com/common/media/*.swf *mediaplex.com* *tiser.com* *serving-sys.com* */house_ads/* *w3schools.com/banners/*

Comments