user.js

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit c4ec4dbc7780c03aa39b72214d97ba647c47df50
parent 67998eb4aff851bcc5ceacf7a0415cc18fbed723
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Tue,  4 Dec 2018 08:34:36 +0000

move 0000 to personal #567

it has zero to do with privacy etc, and in fact most users will only ever encounter it once (and check the box) when they first go to about:config, so it's not even useful as an override or a new profile IMO. This removes one of three numbers that don't have a section
Diffstat:
Muser.js | 4+---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/user.js b/user.js @@ -80,9 +80,6 @@ * [1] https://blog.mozilla.org/nnethercote/2018/03/09/a-new-preferences-parser-for-firefox/ ***/ user_pref("_user.js.parrot", "START: Oh yes, the Norwegian Blue... what's wrong with it?"); -/* 0000: disable about:config warning ***/ -user_pref("general.warnOnAboutConfig", false); - /* 0001: start Firefox in PB (Private Browsing) mode * [SETTING] Privacy & Security>History>Custom Settings>Always use private browsing mode * [NOTE] In this mode *all* windows are "private windows" and the PB mode icon is not displayed @@ -1741,6 +1738,7 @@ user_pref("_user.js.parrot", "5000 syntax error: this is an ex-parrot!"); // user_pref("browser.tabs.warnOnOpen", false); // user_pref("full-screen-api.warning.delay", 0); // user_pref("full-screen-api.warning.timeout", 0); + // user_pref("general.warnOnAboutConfig", false); /* APPEARANCE ***/ // user_pref("browser.download.autohideButton", false); // (FF57+) // user_pref("toolkit.cosmeticAnimations.enabled", false); // (FF55+)