1
1
mirror of https://github.com/arkenfox/user.js.git synced 2024-09-25 14:20:40 +02:00

clear inactive: move parrot to end

This commit is contained in:
Thorin-Oakenpants 2017-12-09 01:33:38 +13:00 committed by GitHub
parent 753c4695a6
commit f09c860d96
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,6 @@
(function() {
let ops = [
'_user.js.parrot',
/* 119 INACTIVE prefs in 57-alpha master */
'accessibility.typeaheadfind',
'app.update.enabled',
@ -137,7 +136,9 @@
'svg.disabled',
'toolkit.cosmeticAnimations.enabled',
'urlclassifier.trackingTable',
'xpinstall.signatures.required'
'xpinstall.signatures.required',
/* reset parrot: check your open about:config after running the script */
'_user.js.parrot'
]
if("undefined" === typeof(Services)) {