PDA

Voir la version complète : sufer plus rapidement sous firefox



yazidnic
23/01/2013, 16h43
Ouvrir dans le dossier de votre profil

Sous Windows XP/2000, le chemin est généralement

C :\Documents and Settings\[Utilisateur]\Application Data\Mozilla\Firefox\Profiles\default.xxx où xxx sont des caractères aléatoires

Si vous ne voyez pas le dossier Application Data modifié l’option d’affiche des dossier (menu Affichage/options des dossier / afficher les dossiers cachés)

Sous windows 7 le chemin est généralement

c:\Utilsateurs\[Utilisateur]\AppData\Local\Mozilla\Firefox\Profiles\default.xx x où xxx sont des caractères aléatoires

Sous Linux, le chemin est généralement

/.mozilla/firefox/default.xxx/.

Sous MacOS X, le chemin est

/Library/Application Support/Firefox/Profiles/default.xxx/.

Créer un fichier texte, le nommer user.js et y copier le code suivant :

user_pref("browser.cache.memory.capacity", 65536) ; user_pref("browser.cache.disk_cache_ssl", true) ; user_pref("browser.xul.error_pages.enabled", true) ; user_pref("content.interrupt.parsing", true) ; user_pref("content.max.tokenizing.time", 3000000) ; user_pref("content.maxtextrun", 8191) ; user_pref("content.notify.backoffcount", 5) ; user_pref("content.notify.interval", 750000) ; 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("network.http.pipelining", true) ; user_pref("network.http.pipelining.maxrequests", 8 ) ; user_pref("network.http.proxy.pipelining", true) ; user_pref("nglayout.initialpaint.delay", 750) ; user_pref("plugin.expose_full_path", true) ; user_pref("signed.applets.codebase_principal_suppo rt", true) ;

user_pref("browser.cache.memory.capacity", 65536) ; user_pref("browser.cache.disk_cache_ssl", true) ; user_pref("browser.xul.error_pages.enabled", true) ; user_pref("content.interrupt.parsing", true) ; user_pref("content.max.tokenizing.time", 3000000) ; user_pref("content.maxtextrun", 8191) ; user_pref("content.notify.backoffcount", 5) ; user_pref("content.notify.interval", 750000) ; 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("network.http.pipelining", true) ; user_pref("network.http.pipelining.maxrequests", 8 ) ; user_pref("network.http.proxy.pipelining", true) ; user_pref("nglayout.initialpaint.delay", 750) ; user_pref("plugin.expose_full_path", true) ; user_pref("signed.applets.codebase_principal_suppo rt", true) ;

Pour finir relancer Firefox