FronZ Posted September 11, 2005 Share Posted September 11, 2005 I have those tweaks from somewhere here in the forum , I can't remember where though , they are tweaks set in the about:config , still some entries are not present and I have to create them , but am not sure whether to set them as Strings or Integers these entries are : user_pref("browser.cache.memory.capacity", 65536); user_pref("content.interrupt.parsing", true); user_pref("content.max.tokenizing.time", 2250000); user_pref("content.notify.interval", 750000); user_pref("content.notify.ontimer", true); user_pref("content.switch.threshold", 750000); Thanks in advance :) Link to comment Share on other sites More sharing options...
bangbang023 Veteran Posted September 11, 2005 Veteran Share Posted September 11, 2005 You know what you could do? Creater a user.js file to make this easier in the future. Anyway, to answer your question: 1) Integer 2) Boolean 3) Integer 4) Integer 5) Boolean 6) Integer Link to comment Share on other sites More sharing options...
FronZ Posted September 12, 2005 Author Share Posted September 12, 2005 Sorry but how do I create such a file ? is it a file I'll create with all my tweaks , then I can use it whenever I install a fresh copy of windows ? Please instruct me how to create this file Thanx in advance :) Link to comment Share on other sites More sharing options...
bangbang023 Veteran Posted September 12, 2005 Veteran Share Posted September 12, 2005 You create a file named user.js in the following folder: C:\Documents and Settings\<<windows name>>\Application Data\Mozilla\Firefox\Profiles\<<profile name>> You can then fill it with tweaks as the ones you posted above. Here's my user.js file: user_pref("content.max.tokenizing.time", 600000); user_pref("content.notify.backoffcount", 5); user_pref("content.notify.interval", 200000); user_pref("content.notify.ontimer", true); user_pref("content.switch.threshold", 200000);0 user_pref("content.maxtextrun", 8191); user_pref("dom.disable_window_status_change", true); user_pref("nglayout.initialpaint.delay", 100); user_pref("network.http.max-connections", 32); user_pref("network.http.max-connections-per-server", 8); user_pref("network.http.max-persistent-connections-per-proxy", 8); user_pref("network.http.max-persistent-connections-per-server", 4); user_pref("network.http.pipelining", true); user_pref("network.http.pipelining.maxrequests", 8); user_pref("network.http.proxy.pipelining", true); // user_pref("network.http.request.max-start-delay", 5); // Inline autocomplete user_pref("browser.urlbar.autoFill", true); Link to comment Share on other sites More sharing options...
FronZ Posted September 12, 2005 Author Share Posted September 12, 2005 Mush appreciated mate , thanks for the feedback :) Link to comment Share on other sites More sharing options...
Recommended Posts