Skip to content

Instantly share code, notes, and snippets.

@ZuZuD
ZuZuD / userChrome.css
Created December 14, 2017 23:39
userChrome.css @MacBook
Using the side-bar with Tree tab mode
Auto-hide
No sidebar-header */
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
#main-window {
--toolbar-bgcolor: #31363b !important;
}
@ZuZuD
ZuZuD / userChrome.css
Last active October 3, 2019 17:04
userChrome.css tab tree with side-bar auto-hidden + hover and side-bar header removed + resize tab
/*
MacOS instructions:
- open about:config and set toolkit.legacyUserProfileCustomizations.stylesheets to True
- mkdir ~/Library/Application Support/Firefox/Profiles/<profile>/chrome/
- copy this file to ~/Library/Application Support/Firefox/Profiles/<profile>/chrome/userChrome.css
Options set:
- Using the side-bar with Tree tab mode