MinimalFox is a minimalist user style for Firefox, focusing on reducing screen clutter and emphasizing simplicity and usability.
*This was written mainly for Firefox ESR. but it can also work on standard versions.
minimalfox_demo.mp4
- Firefox ESR Browser (recommended, but works with standard versions too).
- Font Cascadia Code installed on your system.
- Open Firefox and type
about:config
in the address bar. Press Enter. - Click "Accept the Risk and Continue" if prompted.
- Search for
toolkit.legacyUserProfileCustomizations.stylesheets
and set it totrue
by clicking the toggle button. - Search for
browser.compactmode.show
and set it totrue
by clicking the toggle button. - Set toolbar density to
compact
- Open your Firefox profile directory:
- On Windows, press
Win+R
, type%APPDATA%\Mozilla\Firefox\Profiles
, and press Enter. - On macOS, open Finder, press
Command+Shift+G
, enter~/Library/Application Support/Firefox/Profiles
, and press Enter. - On Linux, the path is usually
~/.mozilla/firefox/
.
- On Windows, press
- Open the profile folder (it may look like
xxxxxx.default-release
). - Create a folder named
chrome
if it doesn't already exist. - Inside the
chrome
folder, create a file nameduserChrome.css
if it doesn't already exist. - Paste the
userChrome.css
file provided on this repo. - Restart firefox.
- At
about:preferences
Set your default font to Cascadia Code
This style is compatible with any theme, the one that I'm using the Dark Space theme.
The provided CSS code makes several modifications to streamline the Firefox UI:
- Hides the navigation bar by default, showing it only when the
navigator-toolbox
is hovered over or focused. - Adjusts tab appearance for minimalism.
- Hides various UI elements like the tab close button and title bar buttons for a cleaner look.
- Optionally you can set the font to "Cascadia Code" across the UI for consistency and readability (If you have it installed).
MinimalFox aims to offer a cleaner, more focused browsing experience by minimizing UI distractions. Remember, custom user styles like this are subject to break with future Firefox updates, so adjustments may be necessary over time.
Enjoy your cleaner, more minimalist Firefox experience with MinimalFox!