diff --git a/scratchpad-scripts/ghacks-clear-all-up-to-57-[removed].js b/scratchpad-scripts/ghacks-clear-all-up-to-57-[removed].js index e5a15e7..2651b53 100644 --- a/scratchpad-scripts/ghacks-clear-all-up-to-57-[removed].js +++ b/scratchpad-scripts/ghacks-clear-all-up-to-57-[removed].js @@ -10,7 +10,6 @@ (function() { let ops = [ - '_user.js.parrot', /* removed in ghacks user.js v52-57 */ /* 52-alpha */ 'browser.search.reset.enabled', @@ -34,6 +33,8 @@ 'browser.search.geoip.timeout', // ditto 'media.webspeech.recognition.enable', // default is false anyway 'gfx.layerscope.enabled' // default is false anyway + /* reset parrot: check your open about:config after running the script */ + '_user.js.parrot' ] if("undefined" === typeof(Services)) {