src/prefs.js: allow userChrome.css/userContent.css
This commit is contained in:
parent
c1eafe0f8f
commit
00db529a04
1 changed files with 3 additions and 0 deletions
|
@ -14,3 +14,6 @@ pref('browser.search.suggest.enabled', false);
|
||||||
|
|
||||||
// Empty new tab page: faster, less distractions
|
// Empty new tab page: faster, less distractions
|
||||||
pref('browser.newtabpage.enabled', false);
|
pref('browser.newtabpage.enabled', false);
|
||||||
|
|
||||||
|
// Allow UI customizations with userChrome.css and userContent.css
|
||||||
|
pref('toolkit.legacyUserProfileCustomizations.stylesheets', true);
|
||||||
|
|
Loading…
Reference in a new issue