commit f09c860d96f1abf3780beff8eb2fe44e4e7d7e53
parent 753c4695a6f3807c466d6a6f0c9469058cefd4be
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date: Sat, 9 Dec 2017 01:33:38 +1300
clear inactive: move parrot to end
Diffstat:
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/scratchpad-scripts/ghacks-clear-all-up-to-57-[the-rest-inactive].js b/scratchpad-scripts/ghacks-clear-all-up-to-57-[the-rest-inactive].js
@@ -18,7 +18,6 @@
(function() {
let ops = [
- '_user.js.parrot',
/* 119 INACTIVE prefs in 57-alpha master */
'accessibility.typeaheadfind',
'app.update.enabled',
@@ -137,7 +136,9 @@
'svg.disabled',
'toolkit.cosmeticAnimations.enabled',
'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)) {