clear inactive: move parrot to end
This commit is contained in:
parent
753c4695a6
commit
f09c860d96
@ -18,7 +18,6 @@
|
|||||||
|
|
||||||
(function() {
|
(function() {
|
||||||
let ops = [
|
let ops = [
|
||||||
'_user.js.parrot',
|
|
||||||
/* 119 INACTIVE prefs in 57-alpha master */
|
/* 119 INACTIVE prefs in 57-alpha master */
|
||||||
'accessibility.typeaheadfind',
|
'accessibility.typeaheadfind',
|
||||||
'app.update.enabled',
|
'app.update.enabled',
|
||||||
@ -137,7 +136,9 @@
|
|||||||
'svg.disabled',
|
'svg.disabled',
|
||||||
'toolkit.cosmeticAnimations.enabled',
|
'toolkit.cosmeticAnimations.enabled',
|
||||||
'urlclassifier.trackingTable',
|
'urlclassifier.trackingTable',
|
||||||
'xpinstall.signatures.required'
|
'xpinstall.signatures.required',
|
||||||
|
/* reset parrot: check your open about:config after running the script */
|
||||||
|
'_user.js.parrot'
|
||||||
]
|
]
|
||||||
|
|
||||||
if("undefined" === typeof(Services)) {
|
if("undefined" === typeof(Services)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user