remove XHTML config warning
dead weight: ESR users will already be aware of and ticked the warning box by now
This commit is contained in:
parent
f19d850845
commit
ac84da2af4
6
user.js
6
user.js
@ -78,10 +78,8 @@
|
|||||||
* [1] https://blog.mozilla.org/nnethercote/2018/03/09/a-new-preferences-parser-for-firefox/ ***/
|
* [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?");
|
user_pref("_user.js.parrot", "START: Oh yes, the Norwegian Blue... what's wrong with it?");
|
||||||
|
|
||||||
/* 0000: disable about:config warning
|
/* 0000: disable about:config warning ***/
|
||||||
* FF73-86: chrome://global/content/config.xhtml ***/
|
user_pref("browser.aboutConfig.showWarning", false);
|
||||||
user_pref("general.warnOnAboutConfig", false); // XHTML version
|
|
||||||
user_pref("browser.aboutConfig.showWarning", false); // HTML version [FF71+]
|
|
||||||
|
|
||||||
/*** [SECTION 0100]: STARTUP ***/
|
/*** [SECTION 0100]: STARTUP ***/
|
||||||
user_pref("_user.js.parrot", "0100 syntax error: the parrot's dead!");
|
user_pref("_user.js.parrot", "0100 syntax error: the parrot's dead!");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user