From e81a6bdfab3a07ddfeee57c3f918291ad6d42c77 Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Fri, 14 Oct 2022 23:53:30 +0000 Subject: [PATCH] make 9000s syntax the same as the rest --- user.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/user.js b/user.js index 572e9b2..3122a7d 100644 --- a/user.js +++ b/user.js @@ -1202,13 +1202,13 @@ user_pref("_user.js.parrot", "8000 syntax error: the parrot's crossed the Jordan [1] https://github.com/arkenfox/user.js/issues/1564 ***/ user_pref("_user.js.parrot", "9000 syntax error: the parrot's cashed in 'is chips!"); -/* ANNOYANCES ***/ -user_pref("browser.messaging-system.whatsNewPanel.enabled", false); // What's New toolbar icon +/* 9001: disable welcome notices ***/ +user_pref("browser.startup.homepage_override.mstone", "ignore"); +/* 9002: disable General>Browsing>Recommend extensions/features as you browse [FF67+] ***/ user_pref("browser.newtabpage.activity-stream.asrouter.userprefs.cfr.addons", false); - // [SETTING] General>Browsing>Recommend extensions as you browse user_pref("browser.newtabpage.activity-stream.asrouter.userprefs.cfr.features", false); - // [SETTING] General>Browsing>Recommend features as you browse -user_pref("browser.startup.homepage_override.mstone", "ignore"); // Welcome notices +/* 9003: disable What's New toolbar icon [FF69+] ***/ +user_pref("browser.messaging-system.whatsNewPanel.enabled", false); /*** [SECTION 9999]: DEPRECATED / REMOVED / LEGACY / RENAMED Documentation denoted as [-]. Items deprecated prior to FF91 have been archived at [1]