Squarefox is a minimalistic and dark-theme oriented CSS modification to make Firefox less ugly. By default, the stock Firefox uses rounded buttons in different designs (back/forward buttons), big zoomed adress bars and color schemes that don't match the system colors due to overlayed background images that distort the colors as they should be.
Squarefox removes those rounded borders, disables the zoomed address bar, gets rid of the menubar toggle whenever was pressed to move a window, hardcodes the colors as I want them to be, plus some other minor tweaks.
| Stock Firefox | Squarefox |
|---|---|
![]() |
![]() |
- Open
about:configand settoolkit.legacyUserProfileCustomizations.stylesheetstotrue. - Locate your profile folder in
~/.mozilla/firefox - Clone this repository into your profile as
chrome:
git clone https://github.com/shagu/squarefox ~/.mozilla/firefox/d3f8ad12.default-release/chrome
- Restart Firefox / Done
The colors might not fit your settings, please have a look at the ./userChrome.css to adjust them to your needs.
This CSS file was tested on Firefox 88.0.1 and might not work for other versions.
./userChrome.cssholds the css for the browser window./userContent.cssholds the css for the start-page

