Enable firefox profile customizations

This commit is contained in:
Riyyi
2019-05-24 01:15:10 +02:00
parent 732318a296
commit e003677145
+3
View File
@@ -1,3 +1,6 @@
// Enable userChrome.css and userContent.css
user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", true);
// Display a blank new tab // Display a blank new tab
user_pref("browser.newtabpage.enabled", false); user_pref("browser.newtabpage.enabled", false);
user_pref("browser.newtab.url", "about:blank"); user_pref("browser.newtab.url", "about:blank");