Check out the Arcade!!
0 Members and 1 Guest are viewing this topic.
/* Force New Windows Restrictions 0: Default - Divert *all* new windows to current tab/window or new tab 1: Don't divert *any* windows spawned by JS 2: Don't divert JS windows that include size/placement/toolbar info */user_pref("browser.link.open_newwindow.restriction", 0);
// Put an end to blinking text! user_pref("browser.blink_allowed", false);
// Change to normal Google search: user_pref("keyword.URL", "http://www.google.com/search?btnG=Google+Search&q=");
// Enable pipelining: user_pref("network.http.pipelining", true); user_pref("network.http.proxy.pipelining", true); user_pref("network.http.pipelining.maxrequests", 8); user_pref("nglayout.initialpaint.delay", 0); // optional
/* Set the size of the back-Forward cache in pages. 0 disables Back-Forward cache. -1 (default) allows Firefox to set it based on system RAM. */user_pref('browser.sessionhistory.max_total_viewers", -1);
Values greater than 8 are assumed to be 8; values less than 1 are assumed to be 1.
Try deleting "nglayout.initialpaint.delay", wha g-mon was saying may be true in your case. The rest i cant even see much of a possibily of it making it slower unles syou somehow did somethign wrong.