Browse Source

Enable firefox profile customizations

master
Riyyi 5 years ago
parent
commit
e003677145
  1. 3
      .mozilla/firefox/rick.profile/user.js

3
.mozilla/firefox/rick.profile/user.js

@ -1,3 +1,6 @@
// Enable userChrome.css and userContent.css
user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", true);
// Display a blank new tab
user_pref("browser.newtabpage.enabled", false);
user_pref("browser.newtab.url", "about:blank");

Loading…
Cancel
Save