Differences between revisions 1 and 8 (spanning 7 versions)
Revision 1 as of 2009-04-07 02:52:48
Size: 31
Editor: SamatJain
Comment:
Revision 8 as of 2009-06-28 06:22:52
Size: 2008
Editor: SamatJain
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Mozilla Firefox configuration One of the largest reasons I use [[http://getfirefox.com|Mozilla Firefox]] is its huge [[https://addons.mozilla.org|universe of extensions]], scripts, and other add-ons to it behave the way you want it to. I've customized my Firefox installation pretty extensively.

This list is current as of Firefox 3.0.

== Extensions ==

=== Web development ===

 * [[https://addons.mozilla.org/en-US/firefox/addon/1843|Firebug]]
 * [[https://addons.mozilla.org/en-US/firefox/addon/748|Greasemonkey]]
 * [[https://addons.mozilla.org/en-US/firefox/addon/60|Web Developer]]

=== Other stuff ===

 * [[https://addons.mozilla.org/en-US/firefox/addon/3615|Delicious Bookmarks]]
 * [[https://addons.mozilla.org/en-US/firefox/addon/433|Flashblock]]
 * [[https://addons.mozilla.org/en-US/firefox/addon/2324|Session Manager]]
 * [[https://addons.mozilla.org/en-US/firefox/addon/2108|Stylish]]

 * Automatic Save Folder
 * ColorZilla
 * Colt
 * FireGPG
 * Fission
 * Google Gears
 * Grab and Drag
 * Link Widgets
 * Mobile Barcoder
 * Multiproxy Switch
 * No Squint
 * Open in Browser
 * Read it Later
 * Selenium IDE (disabled)
 * Show Keywords
 * Tabs Open Relative
 * VeriSign's OpenID Seatbelt
 * YSlow

== Preferences ==

`user.js` settings I use:

|| '''Setting''' || '''Value''' || '''Rationale''' ||
|| layout.css.dpi || 0 || ||
|| layout.spellcheckDefault || 2 || ||
|| ui.caretBlinkTime || 0 || ||
|| ui.allow_platform_file_picker || false || ||
|| network.http.pipelining || true || ||
|| network.http.pipelining.ssl || true || ||
|| network.http.proxy.pipelining || true || ||
|| network.http.pipelining.maxrequests || 16 || ||
|| network.protocol-handler.external.mailto || true || ||
|| network.proxy.socks_remote_dns || true || ||
|| nglayout.initialpaint.delay || 100 || ||
|| browser.ssl_override_behavior || 2 ||<|2>Turn off annoying SSL certificate behavior ||
|| browser.xul.error_pages.expert_bad_cert || true ||
|| browser.backspace_action || 1 || ||

One of the largest reasons I use Mozilla Firefox is its huge universe of extensions, scripts, and other add-ons to it behave the way you want it to. I've customized my Firefox installation pretty extensively.

This list is current as of Firefox 3.0.

Extensions

Web development

Other stuff

Preferences

user.js settings I use:

Setting

Value

Rationale

layout.css.dpi

0

layout.spellcheckDefault

2

ui.caretBlinkTime

0

ui.allow_platform_file_picker

false

network.http.pipelining

true

network.http.pipelining.ssl

true

network.http.proxy.pipelining

true

network.http.pipelining.maxrequests

16

network.protocol-handler.external.mailto

true

network.proxy.socks_remote_dns

true

nglayout.initialpaint.delay

100

browser.ssl_override_behavior

2

Turn off annoying SSL certificate behavior

browser.xul.error_pages.expert_bad_cert

true

browser.backspace_action

1

SamatsWiki: DotFiles/Firefox (last edited 2022-08-10 17:27:43 by SamatJain)