mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01: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:
|
// Disable the pocket antifeature:
|
||||||
user_pref("extensions.pocket.enabled", false);
|
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