소스 검색

clear inactive: move parrot to end

Thorin-Oakenpants 7 년 전
부모
커밋
f09c860d96
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 3 2
      scratchpad-scripts/ghacks-clear-all-up-to-57-[the-rest-inactive].js

+ 3 - 2
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)) {