1
0
This commit is contained in:
Thorin-Oakenpants 2017-12-09 10:31:09 +13:00 committed by GitHub
parent 24df3274f1
commit f8ec9cebdd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,7 @@
/* see https://github.com/ghacksuserjs/ghacks-user.js/wiki/1.6-Bulk-Pref-Resetting-[Scratchpad] */ /* see https://github.com/ghacksuserjs/ghacks-user.js/wiki/3.1-Bulk-Pref-Resetting-[Scratchpad] */
(function() { (function() {
let ops = [ let ops = [
'_user.js.parrot',
/* --- 57-alpha --- */ /* --- 57-alpha --- */
/* commented out */ /* commented out */
'browser.storageManager.enabled', 'browser.storageManager.enabled',
@ -26,7 +25,9 @@
'social.share.activationPanelEnabled', 'social.share.activationPanelEnabled',
'social.shareDirectory', 'social.shareDirectory',
'social.toast-notifications.enabled', 'social.toast-notifications.enabled',
'social.whitelist' 'social.whitelist',
/* reset parrot: check your open about:config after running the script */
'_user.js.parrot'
] ]
if("undefined" === typeof(Services)) { if("undefined" === typeof(Services)) {