Browse Source

added user.js

master
Marc 4 years ago
parent
commit
f259aefb00
2 changed files with 4 additions and 0 deletions
  1. 1
      .config/firefox/README.md
  2. 3
      .config/firefox/user.js

1
.config/firefox/README.md

@ -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

3
.config/firefox/user.js

@ -0,0 +1,3 @@
// to enable userChrome settings
user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", true);
Loading…
Cancel
Save