@ -1,5 +1,6 @@
Symlink the file to the profile directory:
```
ln -s ~/.config/firefox/userjs ~/.mozilla/firefox/[PROFILE]/chrome/user.js
ln -s ~/.config/firefox/userChrome.css ~/.mozilla/firefox/[PROFILE]/chrome/userChrome.css
in about:config
@ -0,0 +1,3 @@
// to enable userChrome settings
user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", true);