From f259aefb009278db25b2aa2de02afc4287d847f5 Mon Sep 17 00:00:00 2001 From: Marc Date: Wed, 29 Apr 2020 11:55:38 +0200 Subject: [PATCH] added user.js --- .config/firefox/README.md | 1 + .config/firefox/user.js | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 .config/firefox/user.js diff --git a/.config/firefox/README.md b/.config/firefox/README.md index 466bdfc..3176620 100644 --- a/.config/firefox/README.md +++ b/.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 diff --git a/.config/firefox/user.js b/.config/firefox/user.js new file mode 100644 index 0000000..880b64e --- /dev/null +++ b/.config/firefox/user.js @@ -0,0 +1,3 @@ +// to enable userChrome settings +user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", true); +