commit f8ec9cebdd382350f5a8fbfce1d2cb987cbbb9b1
parent 24df3274f19b40d93073ce83181fbeb42d2da3d1
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date: Sat, 9 Dec 2017 10:31:09 +1300
fix url
Diffstat:
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/scratchpad-scripts/ghacks-clear-57-[changes-only].js b/scratchpad-scripts/ghacks-clear-57-[changes-only].js
@@ -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() {
let ops = [
- '_user.js.parrot',
/* --- 57-alpha --- */
/* commented out */
'browser.storageManager.enabled',
@@ -26,7 +25,9 @@
'social.share.activationPanelEnabled',
'social.shareDirectory',
'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)) {