user.js

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 76556481747767d20dfbc20144a66fe7ddfb1487
parent f8472fe50163c897ae5999be66d304e19ae248d1
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Sat,  9 Dec 2017 01:28:16 +1300

clear removed: move parrot to end
Diffstat:
Mscratchpad-scripts/ghacks-clear-all-up-to-57-[removed].js | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/scratchpad-scripts/ghacks-clear-all-up-to-57-[removed].js b/scratchpad-scripts/ghacks-clear-all-up-to-57-[removed].js @@ -10,7 +10,6 @@ (function() { let ops = [ - '_user.js.parrot', /* removed in ghacks user.js v52-57 */ /* 52-alpha */ 'browser.search.reset.enabled', @@ -34,6 +33,8 @@ 'browser.search.geoip.timeout', // ditto 'media.webspeech.recognition.enable', // 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)) {