From aa1b6f940063e4415961b20f42cc0848cead1aba Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Thu, 16 Nov 2017 17:08:11 +1300 Subject: [PATCH] Updated 1.6 Bulk Pref Resetting [Scratchpad] (markdown) --- 1.6-Bulk-Pref-Resetting-[Scratchpad].md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/1.6-Bulk-Pref-Resetting-[Scratchpad].md b/1.6-Bulk-Pref-Resetting-[Scratchpad].md index 35a4b5a..affd81e 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 a few days after Release 56-alpha +* The sample script below contains the prefs we REMOVED in v52-to-57 ```js (function() { @@ -79,6 +79,7 @@ NOTE: You could actually reset **every** **pref** in the user.js, and your ACTIV 'geo.wifi.xhr.timeout', 'browser.search.geoip.timeout', 'media.webspeech.recognition.enable' + 'gfx.layerscope.enabled' ] if("undefined" === typeof(Services)) {