summaryrefslogtreecommitdiffstats
path: root/.config/firefox
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2023-01-19 09:11:18 -0500
committerLuke Smith <luke@lukesmith.xyz>2023-01-19 09:11:18 -0500
commita247e3e851666775d0b29111240c05401a990604 (patch)
tree52dd5087ed12b792696e43fd8609beaed476bb30 /.config/firefox
parent56b61ca1d51da9341e9dd882106d111c8cff8b4b (diff)
downloadeibhear-a247e3e851666775d0b29111240c05401a990604.tar.gz
eibhear-a247e3e851666775d0b29111240c05401a990604.tar.zst
eibhear-a247e3e851666775d0b29111240c05401a990604.zip
enable custom userChrome.js
Diffstat (limited to '.config/firefox')
-rw-r--r--.config/firefox/larbs.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/.config/firefox/larbs.js b/.config/firefox/larbs.js
index 452572f..7fc34a3 100644
--- a/.config/firefox/larbs.js
+++ b/.config/firefox/larbs.js
@@ -30,3 +30,9 @@ user_pref("dom.push.enabled", false);
// Disable the pocket antifeature:
user_pref("extensions.pocket.enabled", false);
+
+// Don't autodelete cookies on shutdown:
+user_pref("clearOnShutdown.cookies", false);
+
+// Enable custom userChrome.js:
+user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", true);