Expeditor is a collection of userChrome.css that provides a compact, information-dense, and aesthetically pleasing UI customization for Firefox Quantum. The customization is mainly tested with Firefox 59 and intend to be as compatible as possible including full screen mode, toolbarless mode, and private browsing mode.
See also:
- Install Tab Center Redux extension.
- Inside Tab Center Redux preferences, add the following CSS and save.
#topmenu {
display: none;
}
The CSS will remove the "New Tab" header in the Tab Center Redux sidebar. If Tab Center Redux is not displaying, you may need to press Cmd-Shift+O
to activate sidebar.
- Right click on the space next to address bar (or the menu button) and choose "Customize..."
- Make sure "Title Bar" is unchecked. You may choose themes, density or customize toolbar as wished.
- Press
Cmd-Shift-G
in Finder and enter~/Library/Application Support/Firefox/Profiles/
. - Open the directory ending with
.default
- Create a new directory named
chrome
. - Save userChrome.css from this repo to the directory.
- Restart Firefox.
- Apple Safari (toolbar styling)
- Firefox Test Pilot: Tab Center (tab sidebar styling)
- Tab Center Redux: Custom CSS Tweaks (tab sidebar autohide)
Public domain