Skip to content

Instantly share code, notes, and snippets.

@jcupitt
Created May 6, 2024 16:29
Show Gist options
  • Save jcupitt/5501bb0c4f0005f53c29315f123abdc6 to your computer and use it in GitHub Desktop.
Save jcupitt/5501bb0c4f0005f53c29315f123abdc6 to your computer and use it in GitHub Desktop.
userChrome.css for firefox wth tree style tabs
#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-header {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment