You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

5 lines
217 B

  1. Symlink the file to the profile directory:
  2. ```
  3. ln -s ~/.config/firefox/userjs ~/.mozilla/firefox/[PROFILE]/user.js
  4. ln -s ~/.config/firefox/userChrome.css ~/.mozilla/firefox/[PROFILE]/chrome/userChrome.css
  5. ```