From e231894ae260a7b053fd66a7d3d6f0558367f344 Mon Sep 17 00:00:00 2001 From: earthlng Date: Tue, 3 Dec 2019 14:21:51 +0000 Subject: [PATCH] about:config warning back to the top + active basically revert (+update) https://github.com/ghacksuserjs/ghacks-user.js/commit/c4ec4dbc7780c03aa39b72214d97ba647c47df50 --- user.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/user.js b/user.js index 65a3cf6..4a46016 100644 --- a/user.js +++ b/user.js @@ -83,6 +83,11 @@ * [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 + * The XUL version can still be accessed in FF71+ @ chrome://global/content/config.xul ***/ +user_pref("general.warnOnAboutConfig", false); // for the XUL version +user_pref("browser.aboutConfig.showWarning", false); // for the new HTML version [FF71+] + /*** [SECTION 0100]: STARTUP ***/ user_pref("_user.js.parrot", "0100 syntax error: the parrot's dead!"); /* 0101: disable default browser check @@ -1604,8 +1609,6 @@ 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); - // user_pref("browser.aboutConfig.showWarning", false); // [FF67+] /* APPEARANCE ***/ // user_pref("browser.download.autohideButton", false); // [FF57+] // user_pref("toolkit.cosmeticAnimations.enabled", false); // [FF55+]