π Stoas near [[@flancian/hide tabs in firefox]]
π HedgeDoc at https://doc.anagora.org/hide-tabs-in-firefox
π Etherpad at https://stoa.anagora.org/p/hide-tabs-in-firefox
πΉ Jitsi at https://meet.jit.si/hide-tabs-in-firefox
π Node [[hide-tabs-in-firefox]]
β³ π Resource [[@flancian/hide tabs in firefox]]
β³ π Resource [[@flancian/hide tabs in firefox]]
Hide Tabs in Firefox
- useful when using [[tree style tabs]]
-
[[go]] https://superuser.com/questions/1424478/can-i-hide-native-tabs-at-the-top-of-firefox
- in about:config, set
toolkit.legacyUserProfileCustomizations.stylesheets
to true - create
userChrome.css
in .mozilla/firefox/<profile dir>/chrome (/chrome might need to be created) - paste the following:
- in about:config, set
/* hides the native tabs */
#TabsToolbar {
visibility: collapse;
}
Loading context... (requires JavaScript)