User Tools

Site Tools


firefox

Differences

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

Link to this comparison view

Next revision
Previous revision
firefox [2015/07/14 18:47] – created fe80:0185:70fb:4a61:ddaa:833f:f839:2bbcfirefox [2026/03/20 13:40] (current) ealmr
Line 1: Line 1:
-  browser.urlbar.trimURLs+  #allow add search engine 
 +  browser.urlbar.update2.engineAliasRefresh true 
 +   
 +  browser.urlbar.trimURLs false 
 +   
 +  full-screen-api.transition-duration.leave 0 0 
 +  full-screen-api.transition-duration.enter 0 0 
 +   
 +  #enable loading indicator from hourglass to animation 
 +  ui.prefersReducedMotion 0 
 +   
 +  #enable compact mode 
 +  browser.compactmode.show true 
 +   
 +  #fingerprint resistence 
 +  privacy.resistFingerprinting false 
 +  privacy.fingerprintingProtection true 
 +  privacy.fingerprintingProtection.overrides +AllTargets,-FontVisibilityBaseSystem,-FontVisibilityLangPack 
 +    
 +adjust tab bar height: 
 + 
 +  about:config -> toolkit.legacyUserProfileCustomizations.stylesheets -> true 
 +  about:support -> Open folder 
 +  create chrome/userChrome.css 
 + 
 +add following content to chrome/userChrome.css: 
 + 
 +<code> 
 +/* Reduce tab height */ 
 +#TabsToolbar { 
 +  --tab-min-height: 25px !important; /* Default is ~36px, adjust as needed */ 
 +
 + 
 +.tab-content { 
 +  padding-block: 2px !important; 
 +
 +</code>
firefox.1436899679.txt.gz · Last modified: by fe80:0185:70fb:4a61:ddaa:833f:f839:2bbc

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki