User Tools

Site Tools


firefox

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
firefox [2016/07/09 05:49] fe80:09ca:7e90:043e:f2cc:98c5:ae64:6e6efirefox [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.leave 0 0
   full-screen-api.transition-duration.enter 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.1468043357.txt.gz · Last modified: by fe80:09ca:7e90:043e:f2cc:98c5:ae64:6e6e

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki