소스 검색

clear deprecated: move parrot to end

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

+ 4 - 2
scratchpad-scripts/ghacks-clear-all-up-to-57-[deprecated].js

@@ -12,7 +12,6 @@
 
 (function() {
   let ops = [
-    '_user.js.parrot',
     /* deprecated */
 
     /* ESR52.x users can remove sections 53-57 but it is not
@@ -136,7 +135,10 @@
     'privacy.donottrackheader.value', // 36
     'network.websocket.enabled', // 35
     'dom.network.enabled', // 31
-    'pageThumbs.enabled' // 25
+    'pageThumbs.enabled', // 25
+
+    /* reset parrot: check your open about:config after running the script */
+    '_user.js.parrot'
   ]
 
   if("undefined" === typeof(Services)) {