Skip to content

Instantly share code, notes, and snippets.

@AnPerello
AnPerello / userChrome.css
Created November 27, 2024 21:00
My userChrome.css (Firefox+Sidebery)
#main-window[titlepreface*="XXX"] #TabsToolbar
{
visibility: collapse;
}
/* Auto hide horizontal tab */
#main-window #titlebar {
overflow: hidden;
transition: height 0.3s 0.3s !important;
}
/* Default state: Set initial height to enable animation */
@morrolinux
morrolinux / instructions.md
Last active February 21, 2025 22:06
FIrefox - Vertical tab bar with auto hide

What to expect

Graphical aspect may vary depending on your choices in following the instructions below, but the end result should look something like this:

immagine

Enable Firefox features