aboutsummaryrefslogtreecommitdiff
path: root/profile/user.js
diff options
context:
space:
mode:
Diffstat (limited to 'profile/user.js')
-rw-r--r--profile/user.js11
1 files changed, 11 insertions, 0 deletions
diff --git a/profile/user.js b/profile/user.js
new file mode 100644
index 0000000..cd0301a
--- /dev/null
+++ b/profile/user.js
@@ -0,0 +1,11 @@
+/*/
+ * User.js file
+ * https://kb.mozillazine.org/User.js_file
+ * http://kb.mozillazine.org/About:config_entries
+ */
+
+// Enable userChrome.css
+user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", true);
+
+// Enable the :has selector
+user_pref("layout.css.has-selector.enabled", true);