commit f8472fe50163c897ae5999be66d304e19ae248d1
parent d82475a7c36a09966aa58ae35b434e4e79773987
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date: Sat, 9 Dec 2017 01:27:05 +1300
clear deprecated: move parrot to end
Diffstat:
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/scratchpad-scripts/ghacks-clear-all-up-to-57-[deprecated].js b/scratchpad-scripts/ghacks-clear-all-up-to-57-[deprecated].js
@@ -12,7 +12,6 @@
(function() {
let ops = [
- '_user.js.parrot',
/* deprecated */
/* ESR52.x users can remove sections 53-57 but it is not
@@ -136,7 +135,10 @@
'privacy.donottrackheader.value', // 36
'network.websocket.enabled', // 35
'dom.network.enabled', // 31
- 'pageThumbs.enabled' // 25
+ 'pageThumbs.enabled', // 25
+
+ /* reset parrot: check your open about:config after running the script */
+ '_user.js.parrot'
]
if("undefined" === typeof(Services)) {