Some userChrome.css
configurations to customise Firefox to my liking.
I'm currently daily-driving Firefox Nightly, so naturally I will try to update as soon as possible if there are any breaking changes.
Sidebery.Demo.mp4
layout.css.backdrop-filter.enabled
,
due to bug 1773402.
Custom startpage using nightTab
- Go to
about:config
and enabletoolkit.legacyUserProfileCustomizations.stylesheets
- Go to
about:support
and click Profile folder > Open Folder. - Create a new folder named
chrome
, download/clone this repo and copy the downloaded files into thechrome
folder you just created. - Restart Firefox.
The directory tree should look something like this:
<your profile folder>
│ user.js
└── chrome/
│ userChrome.css
│ noise-512x512.png
│
└── components/
autohide_sidebar.css
iconized_content_context_menu.css
iconized_main_menu.css
iconized_tabs_context_menu.css
iconized_textbox_context_menu.css
Copy the user.js
file (from the config/
folder) to the Profile folder
(not the chrome/
folder). Remove other unrelated tweaks, if needed.
The user.js
file can be deleted afterwards.
- Install Sidebery.
- Copy the contents of
config/sidebery.css
. - Navigate to Sidebery Settings > Styles editor and paste the CSS under "Sidebar" on the right.
- Alternatively, import
config/sidebery-data.json
in Sidebery Settings > Help > Import, if you are fine with my settings. 🙂