mirror of
https://github.com/arkenfox/user.js.git
synced 2025-04-30 22:13:40 +02:00
FF60+ parrot info
This commit is contained in:
parent
b880c9da61
commit
67360332ab
1 changed files with 4 additions and 3 deletions
7
user.js
7
user.js
|
@ -40,9 +40,10 @@
|
||||||
******/
|
******/
|
||||||
|
|
||||||
/* START: internal custom pref to test for syntax errors (thanks earthling)
|
/* START: internal custom pref to test for syntax errors (thanks earthling)
|
||||||
* Yes, this next pref setting is redundant, but we like it!
|
* [NOTE] In FF60+, not all syntax errors cause parsing to abort i.e. reaching the last debug
|
||||||
* [1] https://en.wikipedia.org/wiki/Dead_parrot
|
* pref no longer necessarily means that all prefs have been applied. Check the console right
|
||||||
* [2] https://en.wikipedia.org/wiki/Warrant_canary ***/
|
* after startup for any warnings/error messages related to non-applied prefs
|
||||||
|
* [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 ***/
|
||||||
|
|
Loading…
Add table
Reference in a new issue