Skip to content

Instantly share code, notes, and snippets.

@pkage
Created June 27, 2019 01:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pkage/0eca3488d574003c023b2ed8f4f9ce67 to your computer and use it in GitHub Desktop.
Save pkage/0eca3488d574003c023b2ed8f4f9ce67 to your computer and use it in GitHub Desktop.
completely remove top tabs in firefox
/* tree style tab stuff */
#main-window[tabsintitlebar="true"]:not([extradragspace="true"]) #TabsToolbar > .toolbar-items {
opacity: 0;
pointer-events: none;
}
#main-window:not([tabsintitlebar="true"]) #TabsToolbar {
visibility: collapse !important;
}
#sidebar-box[sidebarcommand="treestyletab_piro_sakura_ne_jp-sidebar-action"] #sidebar-header {
display: none;
}
#titlebar {
visibility: collapse !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment