📚 node [[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;
}
📖 stoas
- public document at doc.anagora.org/hide-tabs-in-firefox
- video call at meet.jit.si/hide-tabs-in-firefox
⥱ context
🔎 full text search for 'hide tabs in firefox'