From c982025690ef627bd3632cda67ec26a7e8e30524 Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Sat, 9 Dec 2017 05:14:29 +1300 Subject: [PATCH] Updated 1.6 Bulk Pref Resetting [Scratchpad] (markdown) --- 1.6-Bulk-Pref-Resetting-[Scratchpad].md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/1.6-Bulk-Pref-Resetting-[Scratchpad].md b/1.6-Bulk-Pref-Resetting-[Scratchpad].md index 11b973d..9023ce8 100644 --- a/1.6-Bulk-Pref-Resetting-[Scratchpad].md +++ b/1.6-Bulk-Pref-Resetting-[Scratchpad].md @@ -56,7 +56,6 @@ NOTE: You could actually reset **every** **pref** in the user.js, and your ACTIV ```js (function() { let ops = [ - '_user.js.parrot', /* removed in ghacks user.js v52-57 */ /* 52-alpha */ 'browser.search.reset.enabled', @@ -75,11 +74,13 @@ NOTE: You could actually reset **every** **pref** in the user.js, and your ACTIV 'extensions.pocket.oAuthConsumerKey', // ditto 'extensions.pocket.site', // ditto /* 56-alpha: none */ - /* 57-alpha: so far */ + /* 57-alpha */ 'geo.wifi.xhr.timeout', // covered by geo.enabled 'browser.search.geoip.timeout', // ditto 'media.webspeech.recognition.enable', // default is false anyway - 'gfx.layerscope.enabled' // 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)) {