Jump to content

Guide: Mozilla Firefox Unattended


SiMoNsAyS

Recommended Posts


I am testing a new program that i wrote, and

norton internet security 2005

and Drivers pack

firefox is perfect. wouldn't u think if others had the same problem they

would hv posted by now? your the first to report this and firefox by

simon has been out for so long.

Link to comment
Share on other sites

well your problem it's not a problem itself :)

when i built the installer, i included a copy of my prefs.js file with my default settings (including user_pref("accessibility.browsewithcaret", true); ). if you want to tweak any1 or include yours here is what you need to do...

open the .exe setup you downloaded with winrar. extracth en_US.xpi and open that file with winrar again. there you'll see some interesting folders like "searchplugins" with the default searchplugins included (you can add/remove any).

browse to defaults>profile>pref.js and edit it with your preferences. now back on the process, save your prefs.js and update the file en_US.xpi, then re-add it to the setup package (easy enough? :P).

most people is not having this problem because they overwrite the default settings with his profiles... also it explains why if you reinstall firefox the "problem" re-appears. sorry if this caused an inconvenience :)

edit: you can also add this network settings to the prefs.js that apparently "improve" the browsing for dsl connections

user_pref("network.cookie.cookieBehavior", 1);
user_pref("network.cookie.prefsMigrated", true);
user_pref("network.http.max-connections", 40);
user_pref("network.http.max-connections-per-server", 16);
user_pref("network.http.max-persistent-connections-per-proxy", 16);
user_pref("network.http.max-persistent-connections-per-server", 16);
user_pref("network.http.pipelining", true);
user_pref("network.http.pipelining.maxrequests", 100);
user_pref("network.http.proxy.pipelining", true);

Edited by SiMoNsAyS
Link to comment
Share on other sites

Thanks for the confirmation that I wasn't just imagining things :D I'l get right ont the prefs editing...about the network settings, do they actually do anything? I read them in an article a while back and had implemented them but didnt really see much of a change :blink:

Edit: does the pref.js file accept variables? I want my download directory to be "%homepath%\My Downloads"

Link to comment
Share on other sites

do they actually do anything?
well this setting is specially interesting
user_pref("network.http.pipelining.maxrequests", 100);

it increases the time it waits until it can't display the page so i would add it :)

does the pref.js file accept variables?

no, that's why i included C:\Downloads that is my default download dir. this is one of our big problems when trying to install extensions and themes unattended.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...