FireFox user.jsの設定

ソースを自動改行

user_pref("view_source.wrap_long_lines", true);

高速化するらしい

user_pref("nglayout.initialpaint.delay", 120);
user_pref("content.notify.interval", 120000);
user_pref("content.switch.threshold", 120000);
user_pref("network.http.pipelining", true);
user_pref("network.http.proxy.pipelining", true);
user_pref("network.http.pipelining.maxrequests", 4);

http://firefox.geckodev.org/

こんなやり方があったんだぁ

about:config
http://d.hatena.ne.jp/mewton/20051209