enable custom userChrome.js
This commit is contained in:
parent
56b61ca1d5
commit
a247e3e851
1 changed files with 6 additions and 0 deletions
|
@ -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…
Reference in a new issue