Skip to content

Instantly share code, notes, and snippets.

@cwndrws
Created March 13, 2022 13:15
Show Gist options
  • Save cwndrws/e046435ddd8e217a9e3abbd0ddb057af to your computer and use it in GitHub Desktop.
Save cwndrws/e046435ddd8e217a9e3abbd0ddb057af to your computer and use it in GitHub Desktop.
Firefox user chrome css to hide tab bar and style tab tree
#sidebar-box[sidebarcommand="treestyletab_piro_sakura_ne_jp-sidebar-action"] #sidebar-header {
display: none;
}
#main-window[tabsintitlebar="true"]:not([extradragspace="true"]) #TabsToolbar > .toolbar-items {
opacity: 0;
pointer-events: none;
}
#main-window:not([tabsintitlebar="true"]) #TabsToolbar {
visibility: collapse !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment