From e00367714501ec5882d627286e43a4e8c84ed2b7 Mon Sep 17 00:00:00 2001 From: Riyyi Date: Fri, 24 May 2019 01:15:10 +0200 Subject: [PATCH] Enable firefox profile customizations --- .mozilla/firefox/rick.profile/user.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.mozilla/firefox/rick.profile/user.js b/.mozilla/firefox/rick.profile/user.js index e2b2560..99aa5b7 100644 --- a/.mozilla/firefox/rick.profile/user.js +++ b/.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");