Skip to content

Instantly share code, notes, and snippets.

View Draguljche's full-sized avatar

Starchild_Catalyst Draguljche

  • Soviet Socialist Republic of Serbia
  • 08:08 (UTC +01:00)
View GitHub Profile
@buvanenko
buvanenko / userChrome.css
Created February 25, 2025 06:33
userChrome.css
:root {
--bg: #00000066;
--tabpanel-background-color: #00000000 !important;
--in-content-page-background: #00000000 !important;
--in-content-box-background: #00000088 !important;
--tabs-navbar-separator-color: rgba(0, 0, 0, 0) !important;
}
tab.tabbrowser-tab[selected="true"] stack.tab-stack vbox.tab-background {
background: #FFFFFF28 !important;
@morrolinux
morrolinux / instructions.md
Last active November 12, 2025 06:37
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

@ExecThTs
ExecThTs / transition_sidebar.md
Last active April 6, 2025 22:42
Expand/collapse Firefox sidebar on hover

Originally written for mbnuqw/sidebery, a sidebar tab list extension. Requires a custom userChrome.css to be set up.

The following css will collapse and expand the sidebar when the mouse is hovered (or not):

/*transition_sidebar.css*/

#sidebar {
  transition: width 128ms ease !important;
 transition-delay: 128ms !important;