first commit

This commit is contained in:
Dia Pacifica 2024-10-01 14:25:01 -07:00
commit cf80007938
4 changed files with 1480 additions and 0 deletions

17
README.md Normal file
View file

@ -0,0 +1,17 @@
# Firefox Customizations
Customizations and tweaks for the Firefox web browser to improve appearance and usability
These customizations rely on the [CustomCSSforFx project](https://github.com/Aris-t2/CustomCSSforFx)
To enable these customizations to work with Firefox the following key must be set to `true` in `about:config`:
`toolkit.legacyUserProfileCustomizations.stylesheets`
Create a directory inside your Firefox user profile directory (you can obtain the location via `about:profiles` named `chrome`
cd into `chrome` and clone [CustomCSSforFx](https://github.com/Aris-t2/CustomCSSforFx)
Then copy current/config current/css and current/image to cwd.
Add the files from this repository to use my settings. You can then edit userChrome.css and change any values you want.