Firefoxカスタマイズ

ワタシはいろいろ忘れるので、こうしてメモしておかないとねー。

user.js

C:\Documents and Settings\USER\application data\Mozilla\Firefox\Profiles\********.default\user.js

browser.download.manager.showAlertOnComplete false
browser.tabs.showSingleWindowModePrefs true
config.trim_on_minimize false
dom.disable_window_open_feature.location true
layout.frames.force_resizability true
network.http.max-persistent-connections-per-server 4
network.http.max-persistent-connections-per-proxy 8
network.http.max-connections-per-server 16
network.http.max-connections 48
network.http.pipelining.maxrequests 6
nglayout.events.dispatchLeftClickOnly tru
nglayout.initialpaint.delay 150
plugin.expose_full_path true
view_source.wrap_long_lines true

userChrome.css

C:\Documents and Settings\USER\application data\Mozilla\Firefox\Profiles\********.default\chrome\userChrome.css

* {
	font-size: 9pt !important;
	font-family: Verdana, "MS Pゴシック Ex+", !important;
}