From 0c6b143a521f4f1de5bc2bf938de2c2d93c4026a Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Wed, 4 Oct 2017 08:05:16 +1300 Subject: [PATCH] Updated 1.6 Bulk Pref Resetting [Scratchpad] (markdown) --- 1.6-Bulk-Pref-Resetting-[Scratchpad].md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/1.6-Bulk-Pref-Resetting-[Scratchpad].md b/1.6-Bulk-Pref-Resetting-[Scratchpad].md index 638c5a8..35a4b5a 100644 --- a/1.6-Bulk-Pref-Resetting-[Scratchpad].md +++ b/1.6-Bulk-Pref-Resetting-[Scratchpad].md @@ -51,7 +51,7 @@ NOTE: You could actually reset **every** **pref** in the user.js, and your ACTIV ### :small_orange_diamond: The Script * The script only resets prefs if they are `user set`/`modified` -* The sample script below contains the prefs we REMOVED up to Release 55-alpha +* The sample script below contains the prefs we REMOVED up a few days after Release 56-alpha ```js (function() { @@ -74,7 +74,8 @@ NOTE: You could actually reset **every** **pref** in the user.js, and your ACTIV 'extensions.pocket.api', // covered by extensions.pocket.enabled 'extensions.pocket.oAuthConsumerKey', // ditto 'extensions.pocket.site', // ditto - /* 56-live-master */ + /* 56-alpha: none */ + /* 57-alpha: so far */ 'geo.wifi.xhr.timeout', 'browser.search.geoip.timeout', 'media.webspeech.recognition.enable'