Mozilla User Preferences

My Mozilla User Preferences (Thai font setting) for Mozilla Firefox and related software like Flock. เพื่อความสะดวก เมื่อต้องการปรับแต่งโปรแกรมให้มีประสิทธิภาพสูงขึ้น และรองรับการแสดงผลภาษาไทย ช่วยให้ไม่ต้องปรับผ่าน about:config หลายครั้ง หรือในกรณีใช้ about:config ไม่ได้อย่างใน Mozilla Prism สามารถแก้ไขผ่านไฟล์ prefs.js หรือ user.js ในโฟลเดอร์ Profiles ของแต่ละโปรแกรม ซึ่งโดยทั่วไปแล้วจะอยู่ใน Application Data ของแต่ละ user อีกที ( รายละเอียดอ่านได้จาก Mozilla Support )
    # Mozilla User Preferences
   
    user_pref("browser.cache.memory.capacity", 32768);
    user_pref("browser.link.open_newwindow.restriction", 0);
    user_pref("browser.search.openintab", true);
    user_pref("browser.sessionhistory.max_total_viewers", 8);
    user_pref("browser.sessionstore.max_tabs_undo", 5);
    user_pref("browser.shell.checkDefaultBrowser", false);
    user_pref("browser.tabs.closeButtons", 3);
    user_pref("browser.tabs.tabMinWidth", 0);
    user_pref("browser.tabs.warnOnClose", false);
    user_pref("config.trim_on_minimize", true);
    user_pref("font.language.group", "th");
    user_pref("font.name.monospace.th", "Tahoma");
    user_pref("font.name.monospace.x-unicode", "Tahoma");
    user_pref("font.name.monospace.x-user-def", "Tahoma");
    user_pref("font.name.sans-serif.th", "Tahoma");
    user_pref("font.name.sans-serif.x-unicode", "Tahoma");
    user_pref("font.name.sans-serif.x-user-def", "Tahoma");
    user_pref("font.name.serif.th", "Tahoma");
    user_pref("font.name.serif.x-unicode", "Tahoma");
    user_pref("font.name.serif.x-user-def", "Tahoma");
    user_pref("font.name.serif.x-western", "Tahoma");
    user_pref("intl.charset.default", "ISO-8859-11");
    user_pref("intl.charsetmenu.browser.cache", "ISO-8859-11, UTF-8");
    user_pref("network.cookie.prefsMigrated", true);
    user_pref("network.dns.disableIPv6", true);
    user_pref("network.http.max-connections", 64);
    user_pref("network.http.max-connections-per-server", 32);
    user_pref("network.http.max-persistent-connections-per-proxy", 10);
    user_pref("network.http.max-persistent-connections-per-server", 32);
    user_pref("network.http.pipelining", true);
    user_pref("network.http.pipelining.maxrequests", 200);
    user_pref("network.http.proxy.version", "1.0");
    user_pref("network.http.request.max-start-delay", 0);
    user_pref("nglayout.initialpaint.delay", 0);  
**More info:** [Profiles][1] [Mozilla Support] [Customizing Mozilla][2] [Mozilla.org] [Modify about:config Part 1][3] [FirefoxThai] [Modify about:config Part 2][4] [FirefoxThai] **Related software:** [Flock][5] [Mozilla Firefox][6] [Mozilla Prism][7] [1]: http://www.mozilla.org/unix/customizing.html#prefs [2]: http://support.mozilla.com/kb/Profiles [3]: http://www.firefoxthai.com/blog/2006/04/08/modify-about-config [4]: http://www.firefoxthai.com/blog/2006/11/12/modify-about-config-part2 [5]: http://en.wikipedia.org/wiki/Flock_(web_browser) [6]: http://en.wikipedia.org/wiki/Mozilla_Firefox [7]: http://en.wikipedia.org/wiki/Mozilla_Prism

Comments

Post new comment

The content of this field is kept private and will not be shown publicly. If you have a Gravatar account associated with the e-mail address you provide, it will be used to display your avatar.