mirror of
https://github.com/arkenfox/user.js.git
synced 2025-02-24 03:13:57 +00:00
clear deprecated: move parrot to end
This commit is contained in:
parent
d82475a7c3
commit
f8472fe501
@ -12,7 +12,6 @@
|
|||||||
|
|
||||||
(function() {
|
(function() {
|
||||||
let ops = [
|
let ops = [
|
||||||
'_user.js.parrot',
|
|
||||||
/* deprecated */
|
/* deprecated */
|
||||||
|
|
||||||
/* ESR52.x users can remove sections 53-57 but it is not
|
/* ESR52.x users can remove sections 53-57 but it is not
|
||||||
@ -136,7 +135,10 @@
|
|||||||
'privacy.donottrackheader.value', // 36
|
'privacy.donottrackheader.value', // 36
|
||||||
'network.websocket.enabled', // 35
|
'network.websocket.enabled', // 35
|
||||||
'dom.network.enabled', // 31
|
'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)) {
|
if("undefined" === typeof(Services)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user