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 [2024/11/01 02:20] A User Not Logged infirefox [2026/03/20 13:40] (current) ealmr
Line 1: Line 1:
   #allow add search engine   #allow add search engine
-  browser.urlbar.update2.engineAliasRefresh+  browser.urlbar.update2.engineAliasRefresh true
      
-  browser.urlbar.trimURLs+  browser.urlbar.trimURLs false
      
   full-screen-api.transition-duration.leave 0 0   full-screen-api.transition-duration.leave 0 0
Line 12: Line 12:
   #enable compact mode   #enable compact mode
   browser.compactmode.show true   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.1730427615.txt.gz · Last modified: by A User Not Logged in

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki