> user_pref("browser.goBrowsing.enabled", false);
>
> will disable the auto-querying of search engine in Mozilla.

Where do I put this?
Do a search for "prefs.js" on your system. You should find it in a Mozilla directory somewhere. If "user.js" is not in that very same directory put it there, using your preferred text editor. In the user.js folder put the line above.

On a related note, the README that comes with the Linux install of Freenet suggests adding:

user_pref("network.http.max-connections", 200);
user_pref("network.http.max-connections-per-server", 100);

for improved Freenet performance. I haven't seen this same suggestion in the Windows install (I didn't look very hard), so if you're running Windows this might help.

Note: It's "user.js" (singular user) and "prefs.js" (plural prefs).

-Todd


_______________________________________________
devl mailing list
[EMAIL PROTECTED]
http://hawk.freenetproject.org:8080/cgi-bin/mailman/listinfo/devl

Reply via email to