|
|
|
|
|
by Aelius
2547 days ago
|
|
Rather than simply disabling the tabs, I find it useful to conditionally disable them: ```
#main-window:not([customizing]):not([tabsintitlebar="true"]) #toolbar-menubar[inactive="true"] + #TabsToolbar {
visibility: collapse !important;
}
``` This snippet shows tabs when in "customize" mode, so you can access elements from addons placed on the tab bar by default. It also shows tabs when the menubar is showing: tap alt to peek, enable menubar to have vanilla access to tabs again. Finally, if you use the setting "tabs in titlebar", tabs are not disabled. Doing it this way enforces sensible behavior and gives you escape hatches that don't require editing CSS and restarting the browser. |
|
My userChrome.css looks like this https://github.com/dngray/ghacks-user.js/tree/fx-desktop#use...
I use the hotkeys or buttons on my mouse so I removed all the buttons from the toolbar https://support.mozilla.org/en-US/kb/keyboard-shortcuts-perf...