A minimalist Zen Firefox userChrome style that streamlines context menus for a cleaner, distraction-free browsing experience.
Quietfox is designed to simplify and declutter Firefox’s interface, giving users a minimalist browsing experience. By hiding rarely used context menu items and toolbar elements, it reduces distractions and streamlines common workflows.
The style targets Zen-like productivity, making your Firefox environment feel cleaner and more focused without altering core functionality.
-
Locate your Firefox profile folder:
- Type
about:supportin the address bar. - Click Open Folder next to "Profile Folder".
- Create a
chromefolder if it doesn’t already exist.
- Type
-
Save this file as
userChrome.cssinside thechromefolder. -
Enable custom stylesheets:
- Go to
about:config - Set
toolkit.legacyUserProfileCustomizations.stylesheetstotrue
- Go to
-
Optional — enable live editing (for developers/debugging):
- Enable
devtools.chrome.enabled→true - Enable
devtools.debugger.remote-enabled→true - Open Developer Tools (⌘+⇧+⌥+I on Mac or Ctrl+Shift+Alt+I on Windows/Linux)
- Use the "Style Editor" tab to edit
userChrome.csslive.
- Enable
-
Restart Firefox to apply the changes.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -m 'Added some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request :D
07/10/25: v1 published to github.
- Created by Zain Khan
- Template for this README is template-readme created by Zain Khan
See the LICENSE file in this project's directory.