Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
firefox:user.js [2018/02/22 15:59]
zagi [user.js]
firefox:user.js [2018/07/02 08:00]
zagi [user.js]
Line 31: Line 31:
 # http://kb.mozillazine.org/About:config_entries#Network # http://kb.mozillazine.org/About:config_entries#Network
 # #
 +#Pipeline support was completely removed in Firefox 54. With the advent of HTTP/2 and other speed enhancements, pipelining of HTTP is no longer useful to maintain.
 user_pref("network.http.pipelining", true); user_pref("network.http.pipelining", true);
 user_pref("network.http.pipelining.ssl", true); user_pref("network.http.pipelining.ssl", true);
Line 47: Line 48:
  
 user_pref("network.http.request.max-start-delay", 9); user_pref("network.http.request.max-start-delay", 9);
-It'900 in FFox 58 on Windows 10+ 
 +it is 900 in FFox 58 on Windows 10
 user_pref("network.http.max-connections", 256); user_pref("network.http.max-connections", 256);
 user_pref("network.http.max-connections-per-server", 8); user_pref("network.http.max-connections-per-server", 8);
Line 156: Line 158:
 # TABS # TABS
 user_pref("browser.search.openintab", true); user_pref("browser.search.openintab", true);
 +# open bookmarks in new tab
 +user_pref("browser.tabs.loadBookmarksInTabs", true);
 +
 user_pref("browser.tabs.closeButtons", 0); user_pref("browser.tabs.closeButtons", 0);
 user_pref("browser.tabs.loadFolderAndReplace", false); user_pref("browser.tabs.loadFolderAndReplace", false);
Line 165: Line 170:
 # open new tab next to active one # open new tab next to active one
 user_pref("browser.tabs.insertRelatedAfterCurrent", true); user_pref("browser.tabs.insertRelatedAfterCurrent", true);
 +# to get clean/blank new tab with no "clutter"
 +user_pref("browser.newtabpage.activity-stream.enabled", false);
  
  
Line 240: Line 247:
 # user_pref("security.ssl3.dhe_rsa_des_sha", false); # user_pref("security.ssl3.dhe_rsa_des_sha", false);
 # user_pref("security.ssl3.dhe_dss_des_sha", false); # user_pref("security.ssl3.dhe_dss_des_sha", false);
-user_pref("security.tls.version.max", 3);+user_pref("security.tls.version.max", 4);
 user_pref("security.tls.version.min", 1); user_pref("security.tls.version.min", 1);
 user_pref("security.ssl3.rsa_fips_des_ede3_sha", false); user_pref("security.ssl3.rsa_fips_des_ede3_sha", false);
Line 285: Line 292:
    
 # Status of ths smooth scrolling option (scrolling on a web page moves page content pixelwise rather than line-by-line) # Status of ths smooth scrolling option (scrolling on a web page moves page content pixelwise rather than line-by-line)
-user_pref("general.smoothScroll", true);+user_pref("general.smoothScroll", false); 
 +user_pref("toolkit.scrollbox.smoothScroll", false);
 // Allows for faster mouse scrolling // Allows for faster mouse scrolling
 user_pref("mousewheel.withnokey.numlines", 5); user_pref("mousewheel.withnokey.numlines", 5);
Line 375: Line 383:
 user_pref("browser.tabs.animate", false); user_pref("browser.tabs.animate", false);
 user_pref("browser.panorama.animate_zoom", false); user_pref("browser.panorama.animate_zoom", false);
 +user_pref("browser.fullscreen.animate", false);
 +user_pref("browser.download.animateNotifications", false);
 +user_pref("alerts.disableSlidingEffect", false);
 +
 #network.tcp.sendbuffer default 131072 #network.tcp.sendbuffer default 131072
 #user_pref("network.tcp.sendbuffer", 261072); #user_pref("network.tcp.sendbuffer", 261072);
firefox/user.js.txt · Last modified: 2019/01/31 11:46 by zagi
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0 ipv6 ready