firefox 2.0 のカスタマイズ

今更ながら,使っている設定やアドオンなどのメモ.

Firefox 高速化

これは 2 年ほど前にどこかで公開されたものやけど,geckodev.org – Wir bieten den Firefox のチューニングのページを参考にして,値を修正してみた.

user_pref("network.dns.disableIPv6", true);
user_pref("network.http.pipelining", true);
user_pref("network.http.pipelining.firstrequest", true);
user_pref("network.http.pipelining.maxrequests", 8);
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("nglayout.initialpaint.delay", 0);
user_pref("content.notify.backoffcount", 5);
user_pref("plugin.expose_full_path", true);
user_pref("ui.submenuDelay", 0);
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);
user_pref("browser.cache.memory.capacity", 65536);

backspace キー

browser.backspace_action の値と動作の関係は,
"0": goes back, "1": act like pgup, "2": and other values, nothing
となっているみたい.

user_pref("browser.backspace_action", 0);

使っている add-on

log も取っておいてくれるので良い.

これが優れモンなんやなー.

  • Mouse Gestures

これに慣れると他のブラウザは使えないかな.

  • ScrapBook

かなり優秀にウェブサイトを保存してくれる.

  • Tabbrowser Preferences

ちょこっと入れておく.

  • VideoDownloader

ごにょごにょです!

ぎゃおーです!