Skip to content

Instantly share code, notes, and snippets.

View Sirmentio's full-sized avatar

Madeline Sirmentio

  • United States
View GitHub Profile
@Sirmentio
Sirmentio / userChrome.css
Created March 7, 2023 19:33
My Firefox userChrome.css. Assumes you use TreeStyleTabs.
/* hides the native tabs */
#tabbrowser-tabs {
visibility: collapse;
}
#alltabs-button {
visibility: hidden;
}
/* leaves space for the window buttons */