Firefox is now 2, and I have a new tweak list – actually, it’s mostly the same ones but I don’t trust other sites to still exist after I lost a few…
And remember, you can get to these through about:config really easily…
- // Disable image animation
user_pref(”image.animation_mode”, “none”); - // Enable frame resizability
user_pref(”layout.frames.force_resizability”, true); - // Prevent popups to hide the urlbar
user_pref(”dom.disable_window_open_feature.location”, true); - // Prevent popups to hide the menubar
user_pref(”dom.disable_window_open_feature.menubar”, true); - // Enable pipelining to increase the speed of (broadband) connection (10 on the second line can be any number)
user_pref(”network.http.pipelining”, true);
user_pref(”network.http.pipelining.maxrequests”, 8);
user_pref(”network.http.proxy.pipelining”, true); - user_pref(”network.http.max-connections-per-server”, 16);
- user_pref(”browser.search.openintab”, true);
- user_pref(”accessibility.typeaheadfind”, true);
Disable only certain annoying JavaScript tricks:
Tools ->
Options -> Content -> Enable JavaScript -> Advanced ->
uncheck (according to your taste) Allow scripts to “Move or resize
existing windows”, “Raise or lower windows”, “Disable or replace
context menus”, “Hide the status bar” and “Change status bar text”
set keyword.URL to prevent I’m Feeling Lucky
Technorati Tags: firefox, configuration, tweaks





