From 34f573f754f2281e1ec1a1b975edc8a195e7cf17 Mon Sep 17 00:00:00 2001 From: Shreyas Minocha Date: Sat, 18 Apr 2020 20:40:05 +0530 Subject: [PATCH] Disable recently added newtab annoyances --- librewolf.cfg | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/librewolf.cfg b/librewolf.cfg index fbac0c0..796657f 100644 --- a/librewolf.cfg +++ b/librewolf.cfg @@ -616,6 +616,11 @@ lockPref("browser.newtabpage.activity-stream.asrouter.providers.snippets", ""); // %STARTPAGE_VERSION%/%NAME%/%VERSION%/%APPBUILDID%/%BUILD_TARGET%/%LOCALE%/%CHANNEL%/%OS_VERSION% // /%DISTRIBUTION%/%DISTRIBUTION_VERSION%/\",\"updateCycleInMs\":14400000} +lockPref("browser.newtabpage.activity-stream.asrouter.userprefs.cfr.features", false); +lockPref("browser.newtabpage.activity-stream.asrouter.userprefs.cfr.addons", false); + +lockPref("browser.messaging-system.whatsNewPanel.enabled", false); + // Pref : lockPref("browser.onboarding.notification.tour-ids-queue", "");