diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2023-01-19 09:11:18 -0500 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2023-01-19 09:11:18 -0500 |
| commit | a247e3e851666775d0b29111240c05401a990604 (patch) | |
| tree | 52dd5087ed12b792696e43fd8609beaed476bb30 /.config | |
| parent | 56b61ca1d51da9341e9dd882106d111c8cff8b4b (diff) | |
| download | eibhear-a247e3e851666775d0b29111240c05401a990604.tar.gz eibhear-a247e3e851666775d0b29111240c05401a990604.tar.zst eibhear-a247e3e851666775d0b29111240c05401a990604.zip | |
enable custom userChrome.js
Diffstat (limited to '.config')
| -rw-r--r-- | .config/firefox/larbs.js | 6 |
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); |
