Customizations and tweaks for the Firefox web browser to enhance appearance and usability
Find a file
2024-12-14 12:25:34 -07:00
my_userChrome.css update userChrome.css and my_userChrome.css: fix megabar issue; add active tab green background; improve bookmarkbar and tab appearance 2024-12-14 12:25:34 -07:00
README.md update README 2024-10-01 15:45:00 -07:00
userChrome.css update userChrome.css and my_userChrome.css: fix megabar issue; add active tab green background; improve bookmarkbar and tab appearance 2024-12-14 12:25:34 -07:00
userContent.css first commit 2024-10-01 14:25:01 -07:00

Firefox Customizations

Customizations and tweaks for the Firefox web browser to improve appearance and usability

These customizations rely on the CustomCSSforFx project

To enable these customizations to work with Firefox the following key must be set to true in about:config: toolkit.legacyUserProfileCustomizations.stylesheets

# create chrome directory inside your Firefox user profile directory
# obtain the location via `about:profiles`
mkdir chrome
cd chrome
git clone https://github.com/Aris-t2/CustomCSSforFx.git
cd CustomCSSforFx/current
cp -r config css image ../../
cd ../../
git clone https://git.ixlo.io/ixlo/firefox-customizations.git

You can then edit userChrome.css and and optionally userContent.css and change values to customize Firefox the way you want.

my_userChrome.css contains some extra customizations I added. Feel free to remove them or add your own.