<< เร่งไฟล์ฟอกซ์ให้สุด >>
เขียนโดย คุณ apollo13
 
ก๊อบโค้ดด้านล่างนี้ไปไว้ที่ C:\Documents and Settings\Nixky\Application Data\Mozilla\Firefox\Profiles\XXX.default (xxx จาเป็นชื่อตามเครื่องคับ แต่ละเครื่องไม่เหมือนกัน )
ชื่อไฟล์ User.js โดยคลิกขวาแล้วเลือก Edit

Cradit....
CTM ( Computer To Day Magazine ) ฉบับที่272 ปักษ์หลัง ต.ค 2548


** Remark **
user_pref("dom.disable_window_status_change", true);
เป็นการยกเลิกอิลิเมนต์กระพริบในหน้าเวบเพจ

user_pref("keyword.URL", "http://www.google.co.th/search?btnG=Google+Search&q=");
เปลี่ยนการค้นหาของกูลเกิ้ลเป็นแบบธรรมดา ซึ่งโดยปกติหากเราพิมพ์คำที่ต้องการค้นหาลงในช่องแอดเดรสบาร์แล้วกด เอ็นเทอร์
แหล่งค้นหาของ กูลเกิ้ล จะค้นหาแบบ I'm Feeling Lucky และจะแสดงผลลัพธ์ออกมาทันที แต่หากต้องการให้ค้นหาแบบมาตราฐานก็ให้เติมโค้ดลงไป


** สำหรับเน็ตความเร็ว 56k ( Dial-Up Modem ) **

user_pref("content.max.tokenizing.time", 2250000);
user_pref("content.notify.interval", 750000);
user_pref("nglayout.initialpaint.delay", 0);
user_pref("browser.blink_allowed", false);
user_pref("content.notify.ontimer", true);
user_pref("content.switch.threshold", 750000);
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("dom.disable_window_status_change", true);
user_pref("keyword.URL", "http://www.google.co.th/search?btnG=Google+Search&q=");


** สำหรับเน็ตความเร็ว 256k ( ADSL Modem ) **

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("nglayout.initialpaint.delay", 0);
user_pref("network.http.max-connections", 48);
user_pref("network.http.max-connections-per-server", 16);
user_pref("network.http.max-persistent-connections-per-proxy", 16);
user_pref("network.http.max-persistent-connections-per-server", 8);
user_pref("browser.cache.memory.capacity", 65535);
user_pref("browser.blink_allowed", false);
user_pref("keyword.URL", "http://www.google.co.th/search?btnG=Google+Search&q=");


** สำหรับเน็ตความเร็ว 512k ( ADSL Modem ) **

user_pref("browser.xul.error_pages.enabld", true);
user_pref("content.interrupt.parsing", true);
user_pref("content.max.tokenizing.time", 3000000);
user_pref("content.maxtextrun", 8191);
user_pref("content.notify.interval", 750000);
user_pref("content.notify.ontimer", true);
user_pref("content.switch.threshold", 750000);
user_pref("nglayout.initialpaint.delay", 0);
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("browser.cache.memory.capacity", 65535);
user_pref("browser.blink_allowed", false);
user_pref("keyword.URL", "http://www.google.co.th/search?btnG=Google+Search&q=");


** สำหรับเน็ตความเร็ว 1024k หรือมากกว่า ( ADSL Modem ) **

user_pref("content.max.tokenizing.time", 3000000);
user_pref("content.notify.backoffcount", 5);
user_pref("content.notify.interval", 1000000);
user_pref("content.notify.ontimer", true);
user_pref("content.switch.threshold", 1000000);
user_pref("content.maxtextrun", 4095);
user_pref("nglayout.initialpaint.delay", 0);
user_pref("network.http.max-connections", 48);
user_pref("network.http.max-connections-per-server", 16);
user_pref("network.http.max-persistent-connections-per-proxy", 16);
user_pref("network.http.max-persistent-connections-per-server", 8);
user_pref("dom.disable_window_status_change", true);
user_pref("browser.blink_allowed", false);
user_pref("keyword.URL", "http://www.google.co.th/search?btnG=Google+Search&q=");

คิดว่าคงโดนใจนะคับ
 
23 ตุลาคม 2548