Mozilla Firefox 1.0 Is Due Out Soon, and by Then I'll Have A WHOL BUNCH OF PREF Settings That I Use, And Extensions, And Probably Various Other Tips. But for now, Just A Few Links and Extensions.
Adblock (My Adblock List) Cutemenus Gmail Notifier
Stuff from My User.js File (NOTE: Some Things May No Longer Apply, Due To Changes In Nightly Builds):
// stop annoying crap
User_pref ("Browser.blink_Allowed", False;
User_pref ("Browser.block.target_new_window", true);
User_pref ("DOM.DISABLE_WINDOW_FLIP", TRUE);
User_pref ("DOM.DISABLE_WINDOW_MOVE_RESIZE", TRUE);
User_pref ("DOM.DISABLE_WINDOW_OPEN_FEATURE.STATUS", TRUE);
User_pref ("Dom.Event.contextMenu.enabled", FALSE);
User_pref ("DOM.DISABLE_WINDOW_OPEN_FEATURE.RESIZABLE", TRUE);
User_pref ("DOM.DISABLE_WINDOW_OPEN_FEATURE.SCROLLBARS", TRUE);
// Change Some URLS
//user_pref ("browser.throbber.ur", "http://texturizer.net/firefox/");
User_pref ("Browser.throbber.URL", "about:");
User_pref ("Browser.Search.defaultURL", "http://google.ca/search?lr=");
///user_pref ("keyword.ur "," http://google.ca/search?btng=google search&qou=mozilla-search&q= ");
User_pref ("Keyword.URL", "http://google.ca/search?ie=utf-8&suceid=navclient&gfns=1&q=");
// Stop Reusing Active Windows:
User_pref ("Advanced.System.supportddeexec", False;
// TypeaHead Find Configuration:
User_pref ("Accessibility.TypeaheadFind.Linksonly", False;
// Download Manager
User_pref ("browser.download.manager.closewhendone", false;
User_pref ("browser.download.manager.Retention", 1); user_pref ("browser.download.usedownloaddir", false);
// Tabs and images
User_pref ("browser.enable_automatic_image_resizing", false);
User_pref ("browser.tabs.autohide", false;
User_pref ("Browser.Tabs.LoadInBackground", False);
// Turn Off Warnings
User_pref ("security.enable_java", false;
User_pref ("Security.Warn_entering_Secure", False);
User_pref ("Security.WARN_ENTERING_WEAK", FALSE);
User_pref ("Security.warn_Leaving_Secure", False);
User_pref ("Security.warn_Submit_INSecure", False);
User_pref ("Security.Warn_Viewing_Mixed", False);
// Just List Addresses You'Ve Typed in The Address Bar AutoComplete
User_pref ("Browser.urbar.matchonlyTyped", true);
// this one makes a huge difference. Last Value in MilliseConds (Default IS 250)
User_pref ("nglayout.initialpaint.delay", 0);
// enable improw pipelining:
User_pref ("NetWork.http.pipelining", True);
User_pref ("NetWork.http.Proxy.pipelining", True);
User_pref ("NetWork.http.pipelining.firstRequest", True); // default is false
User_pref ("NetWork.http.pipelining.maxRequests", 100); // Default IS 4 I introduced in front of 30
// increase multi-threaded Downloading Performance
User_pref ("NetWork.http.max-Connections", 60); // DEFAULT IS 24 <- Use this for modems
User_pref ("NetWork.http.max-Connections-PER-Server", 32); // Default IS 8 <- Use this for modems
User_pref ("NetWork.http.max-Persistent-Connections-Per-PROXY", 16); // Default IS 4 <- Use this for modems
User_pref ("NetWork.http.max-Persistent-Connections-Per-Server", 8); // Default IS 2 <- Use this for modem // this will allow firefox to maintain it gui memory so that the browser window
// Will Snap Right Back After Being Minimized. this is fairly new and will be available
//IN The Very Near Future, Might Be in The 0.9.x Builds, But IT Works in Current Trunk / Branch Builds
User_pref ("config.trim_on_minimize", false;
// if you have the memory to spare, Enabling this Will Run Things a little smooth
User_pref ("browser.cache.memory.capacity", 65536); // <- thus equurt 64 megs, drop down to less you can't spare the ru
// Just to make Sure, Disable Windows Shell: Protocol
User_pref ("Network.protocol-Handler.external.Shell", False);
Original
Here
Author's
Adblock List
Shantou: The author mentioned here is a major configuration file for Mozilla Firefox to change various options. Located in your configuration folder. The default situation does not exist, you must join you Create it before configuring. Creating a path may be: c: / documents and settings / [user name] / application data. For example I use (this is 2003 operating system) C: / documents and settings / administrator. [My computer name] / Application Data / Mozilla / Firefox / Profiles / TRDXHX5G.DEFAULT / You can enter the editing of parameter options in user.js by entering about: config enter in the address bar. You will in Mozilla Firefox See a list of all available parameter options (most of them are introduced there from Mozilla, there are some of which are not used. Double-click on a parameter option to change its value. You do the change will save immediately In the file prefs.js that is automatically created by Mozilla Firefox.