Updated 1.6 Bulk Pref Resetting [Scratchpad] (markdown)

Thorin-Oakenpants 2017-12-09 05:14:29 +13:00
parent 5fe2e8232f
commit c982025690

@ -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)) {