user.js

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

commit 9c02949e04498c6cb677ae5710737d1451fb16af
parent 1ef62a1036ea4d37476aa09f164e82be0d82c9b5
Author: earthlng <earthlng@users.noreply.github.com>
Date:   Tue, 17 Dec 2019 15:00:34 +0000

0000: config.xhtml in FF73+ (#865)


Diffstat:
Muser.js | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/user.js b/user.js @@ -84,7 +84,8 @@ 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 ***/ + * The XUL version can still be accessed in FF71+ @ chrome://global/content/config.xul + * and in FF73+ @ chrome://global/content/config.xhtml ***/ user_pref("general.warnOnAboutConfig", false); // for the XUL version user_pref("browser.aboutConfig.showWarning", false); // for the new HTML version [FF71+]