User Tools

Site Tools


firefox

This is an old revision of the document!


#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

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:

/* Reduce tab height */
#TabsToolbar {
  --tab-min-height: 25px !important; /* Default is ~36px, adjust as needed */
}

.tab-content {
  padding-block: 2px !important;
}
firefox.1773989694.txt.gz · Last modified: by ealmr

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki