mirror of
https://github.com/arkenfox/user.js.git
synced 2025-04-15 13:56:04 +02:00
about:config warning back to the top + active (#855)
This commit is contained in:
parent
560acfc94f
commit
884e84a4cb
11
user.js
11
user.js
@ -1,8 +1,8 @@
|
|||||||
/******
|
/******
|
||||||
* name: ghacks user.js
|
* name: ghacks user.js
|
||||||
* date: 03 December 2019
|
* date: 03 December 2019
|
||||||
* version 70: Pinpants Wizard
|
* version 71-alpha: Dancing Pants
|
||||||
* "Ever since I was a young pants, I've played the silver ball"
|
* "Ooh-ooh, see that girl, watch that scene, dig in the dancing pants"
|
||||||
* authors: v52+ github | v51- www.ghacks.net
|
* authors: v52+ github | v51- www.ghacks.net
|
||||||
* url: https://github.com/ghacksuserjs/ghacks-user.js
|
* url: https://github.com/ghacksuserjs/ghacks-user.js
|
||||||
* license: MIT: https://github.com/ghacksuserjs/ghacks-user.js/blob/master/LICENSE.txt
|
* license: MIT: https://github.com/ghacksuserjs/ghacks-user.js/blob/master/LICENSE.txt
|
||||||
@ -83,6 +83,11 @@
|
|||||||
* [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
|
||||||
|
* 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 ***/
|
/*** [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!");
|
||||||
/* 0101: disable default browser check
|
/* 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("browser.tabs.warnOnOpen", false);
|
||||||
// user_pref("full-screen-api.warning.delay", 0);
|
// user_pref("full-screen-api.warning.delay", 0);
|
||||||
// user_pref("full-screen-api.warning.timeout", 0);
|
// user_pref("full-screen-api.warning.timeout", 0);
|
||||||
// user_pref("general.warnOnAboutConfig", false);
|
|
||||||
// user_pref("browser.aboutConfig.showWarning", false); // [FF67+]
|
|
||||||
/* APPEARANCE ***/
|
/* APPEARANCE ***/
|
||||||
// user_pref("browser.download.autohideButton", false); // [FF57+]
|
// user_pref("browser.download.autohideButton", false); // [FF57+]
|
||||||
// user_pref("toolkit.cosmeticAnimations.enabled", false); // [FF55+]
|
// user_pref("toolkit.cosmeticAnimations.enabled", false); // [FF55+]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user