senathon Posted November 5, 2009 Posted November 5, 2009 Does anyone remember how to modify Firefox Installation with preset config settings such as the following:user_pref("network.http.pipelining", true);user_pref("network.http.proxy.pipelining", true);user_pref("network.http.pipelining.maxrequests", 8);user_pref("content.notify.backoffcount", 5);user_pref("plugin.expose_full_path", true);user_pref("ui.submenuDelay", 0);If not, anyone knows how to set this up in script?Thanks
Grake Posted November 5, 2009 Posted November 5, 2009 it should be in the prefs.js folder in C:\Documents and Settings\Username\Application Data\Mozilla\Firefox\Profiles\abcdef.default. Just import that after an install or include that in the install.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now