mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2025-10-07 07:22:36 +02:00
enable custom userChrome.js
This commit is contained in:
parent
56b61ca1d5
commit
a247e3e851
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user