Differences between revisions 48 and 49
Revision 48 as of 2012-05-08 04:09:44
Size: 8627
Editor: SamatJain
Comment: Remove pipelining maxrequests
Revision 49 as of 2012-05-17 00:33:35
Size: 9009
Editor: SamatJain
Comment: Update with latest add-ons
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
One of the reasons I use [[http://getfirefox.com|Mozilla Firefox]] is its huge [[https://addons.mozilla.org|universe of extensions]], scripts, and other add-ons which can make it behave the way you want it to. I've customized my Firefox installation pretty extensively. One of the reasons I use [[http://getfirefox.com|Mozilla Firefox]] is its huge [[https://addons.mozilla.org|universe of extensions]], [[http://userscripts.org/|scripts]], [[http://userstyles.org|styles]], and other add-ons which can make it behave the way you want it to. I've customized my Firefox installation pretty extensively.
Line 3: Line 3:
This list is current as of Firefox 12.0. This list is current as of Firefox 14.0.
Line 9: Line 9:
 * [[https://addons.mozilla.org/en-US/firefox/addon/748|Greasemonkey]]
 * [[https://addons.mozilla.org/en-US/firefox/addon/2108|Stylish]]
 * [[https://addons.mozilla.org/en-US/firefox/addon/dotjs/|dotjs]]
 * [[https://addons.mozilla.org/en-US/firefox/addon/scriptish/|Scriptish]], what I've started using as a replacement for
[[https://addons.mozilla.org/en-US/firefox/addon/748|Greasemonkey]]
 * [[https://addons.mozilla.org/en-US/firefox/addon/2108|Stylish]] and [[https://addons.mozilla.org/en-US/firefox/addon/stylishsync/|Stylish Sync]]
Line 23: Line 24:
 * [[https://addons.mozilla.org/en-US/firefox/addon/autopager/|AutoPager]]
Line 31: Line 33:
 * [[https://addons.mozilla.org/en-US/firefox/addon/2933|Link Widgets]]
Line 38: Line 39:
 * [[https://addons.mozilla.org/en-US/firefox/addon/2324|Session Manager]]
Line 40: Line 40:
 * [[https://addons.mozilla.org/en-US/firefox/addon/flattr/|Flattr]] and [[https://addons.mozilla.org/en-US/firefox/addon/aflattr/|aFlattr]]
Line 44: Line 45:
 * [[https://addons.mozilla.org/en-US/firefox/addon/6623/|BetterPrivacy]]: Removes Flash LSOs and other tracking cookies
Line 50: Line 50:
 * [[https://addons.mozilla.org/en-US/firefox/addon/aaapptabs/|Aaapptabs]]: Hide back & forward buttons, URL bars when using App Tabs. Should be included in Firefox 5  * [[https://addons.mozilla.org/en-US/firefox/addon/aaapptabs/|Aaapptabs]]: Hide back & forward buttons, URL bars when using App Tabs.
Line 53: Line 53:
 * [[https://addons.mozilla.org/en-US/firefox/addon/spdy-indicator/|SPDY Indicator]]
 * [[https://addons.mozilla.org/en-US/firefox/addon/tab-badge/|Tab Badge]]
 * [[https://addons.mozilla.org/en-US/firefox/addon/uploadprogress/|Upload Progress]]
Line 54: Line 57:
Line 64: Line 66:
 * [[https://addons.mozilla.org/en-US/firefox/addon/10868/|Firefox Sync]] (formerly Mozilla Weave)
Line 72: Line 73:
 * [[https://addons.mozilla.org/en-US/firefox/addon/1455/|Tiny Menu]]: incompatible with Firefox 4?  * [[http://autopagerize.net/|Autopagerize]]
 * [[https://addons.mozilla.org/en-US/firefox/addon/6623/|BetterPrivacy]] removes Flash LSOs and other tracking cookies
Line 74: Line 76:
 * [[https://addons.mozilla.org/en-US/firefox/addon/2933|Link Widgets]]
Line 76: Line 79:
 * BetterPrivacy
 * ColorZilla
Line 81: Line 82:

 * [[https://addons.mozilla.org/en-US/firefox/addon/autopager/|AutoPager]]
 * [[http://autopagerize.net/|Autopagerize]]
Line 114: Line 112:
|| network.dnsCacheEntries || 512 || Increase DNS cache || || network.dnsCacheEntries || 128 || Increase internal DNS cache ||

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

This list is current as of Firefox 14.0.

Extensions

Customization

Web development

Other stuff

Privacy

UI and Behavior

KDE integration add-ons

Mozilla/Mozilla Labs

Older stuff

Extensions that I don't use anymore.

Adblock Plus

My exceptions:

@@||duckduckgo.com^$document

and:

Preferences

user.js settings I use:

Setting

Value

Rationale

browser.backspace_action

1

Bind backspace to scroll up a page

browser.display.normal_lineheight_calc_control

1

Not exactly sure what this does, but fixes some line-height/font rendering problems

browser.fullscreen.autohide

false

Prevent tab/URL bar from auto-hiding in full-screen mode

browser.sessionstore.restore_on_demand

true

Restore tabs on demand (Firefox 8 and later)

browser.ssl_override_behavior

2

Turn off annoying SSL certificate behavior

browser.xul.error_pages.expert_bad_cert

true

image.animation_mode

once

Animated GIFs only animate once

keyword.url

https://encrypted.google.com/search?q=

Use Google Encrypted Search for keyword queries from Awesome Bar

layout.css.dpi

0

Use system-reported DPI, always (normal behavior may sometimes use 96 DPI)

layout.spellcheckDefault

2

Enable spell checking for both INPUT and TEXTAREA fields

network.dnsCacheEntries

128

Increase internal DNS cache

network.http.pipelining

true

Increase network performance

network.http.pipelining.ssl

true

network.http.proxy.pipelining

true

network.http.sendRefererHeader

1

Only send HTTP referer header for links clicked on, not for images/media/etc

network.protocol-handler.external.mailto

true

network.proxy.socks_remote_dns

true

Send DNS requests through proxies

security.dialog_enable_delay

0

No wait when prompted to install unsigned extensions

services.sync.prefs.sync.extensions.nosquint.exceptions

true

Sync NoSquint exceptions w/ Firefox Sync

ui.caretBlinkTime

0

Disable cursor blinking

ui.allow_platform_file_picker

false

Don't use the horrid GTK file picker

browser.urlbar.formatting.enabled

false

Don't just highlight just the domain in the URL bar

browser.urlbar.trimURLs

false

Don't strip http:// from URLs

Chrome

Contents of my userChrome.css:

   1 /* Font preferences for AwesomeBar dropdown
   2  * 
   3  * Adjusts font size, underlines URLs, and corrects colors
   4  */
   5 .ac-comment
   6 {
   7   font-size: 100% !important;
   8 }
   9 
  10 .ac-url-text
  11 {
  12   color: #306090 !important;
  13   text-decoration: underline !important;
  14 }
  15 
  16 .ac-url-text[selected="true"]
  17 {
  18   color: white !important;
  19 }
  20 
  21 /* Use monospaced font for AwesomeBar */
  22 #urlbar
  23 {
  24   font-family: monospace !important;
  25   font-size: 14px !important;
  26 }
  27 
  28 /* Combines Stop/Reload buttons, such that only one is shown at a time
  29  *
  30  * Note: May require button reordering (e.g reverse order of stop/reload
  31  * buttons) if the below does not work
  32  *
  33  * Derived from user style: http://userstyles.org/styles/10
  34  * Also, see bug 343396: https://bugzilla.mozilla.org/show_bug.cgi?query_format=specific&order=relevance+desc&bug_status=__open__&id=343396
  35  */
  36 #stop-button[disabled="true"] { display:none; } 
  37 #stop-button:not([disabled]) + #reload-button { display:none; }
  38 
  39 /* Italicize unread tabs
  40  *
  41  * Derived from user style: http://userstyles.org/styles/8247
  42  */
  43 #content tab:not([selected]) { font-style: italic !important; }
  44 
  45 /* Display keyword field in Bookmark dialog
  46  *
  47  * Derived from user style: http://userstyles.org/styles/8250
  48  */
  49 #editBMPanel_keywordRow { visibility: visible; }
  50 
  51 /* Hide search and go buttons */
  52 .search-go-button,
  53 .search-go-button-stack,
  54 #go-button
  55 {
  56   display: none !important;
  57 }

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