トップ 新規 編集 差分 一覧 ソース 検索 ヘルプ PDF RSS ログイン

Mozilla

Mozilla

[FreeBSD]

Firebird

users.js

// Stop reusing active windows:
user_pref("advanced.system.supportDDEExec", false);
// Disable tab bar autohide feature:
user_pref("browser.tabs.autoHide", false);
// Turn off Automatic Image Resizing:
user_pref("browser.enable_automatic_image_resizing", false);
// Instead of download progress windows, use the Sidebar:
user_pref("browser.download.openSidebar", true);
user_pref("browser.download.useProgressDialogs", false);
// Put an end to <blink> tags!
user_pref("browser.blink_allowed", false);
// Change language to Japanese (default is "en, en-us")
user_pref("intl.accept_languages", "ja, en, en-us");
// This one makes a huge difference. Last value in milliseconds (default is 250)
user_pref("nglayout.initialpaint.delay", 0);
// Enable pipelining:
user_pref("network.http.pipelining", true);
user_pref("network.http.proxy.pipelining", true);
user_pref("network.http.pipelining.maxrequests", 100);
//Mona font
pref("font.name.serif.ja", "alias-variable-jisx0208.1983-0");
pref("font.name.sans-serif.ja", "alias-variable-jisx0208.1983-0");
pref("font.name.monospace.ja", "alias-fixed-jisx0208.1983-0");

最終更新時間:2008年04月03日 02時27分12秒