Update ghacks-clear-all-up-to-57-[RFP-alternatives].js
This commit is contained in:
parent
ea54827582
commit
5631fadd4a
@ -1,8 +1,8 @@
|
|||||||
/***
|
/***
|
||||||
|
|
||||||
This will reset the preferences that are under section 4600 in the ghacks user.js
|
This will reset the preferences that are under sections 4600 & 4700 in the ghacks user.js
|
||||||
up to and including release 57-alpha. These are the prefs that are no longer
|
up to and including release 57-alpha. These are the prefs that are no longer necessary,
|
||||||
necessary, or they conlfict with, privacy.resistFingerprinting if you have that enabled.
|
or they conlfict with, privacy.resistFingerprinting if you have that enabled.
|
||||||
|
|
||||||
For instructions see:
|
For instructions see:
|
||||||
https://github.com/ghacksuserjs/ghacks-user.js/wiki/1.6-Bulk-Pref-Resetting-[Scratchpad]
|
https://github.com/ghacksuserjs/ghacks-user.js/wiki/1.6-Bulk-Pref-Resetting-[Scratchpad]
|
||||||
@ -12,7 +12,7 @@
|
|||||||
(function() {
|
(function() {
|
||||||
let ops = [
|
let ops = [
|
||||||
'_user.js.parrot',
|
'_user.js.parrot',
|
||||||
/* */
|
/* section 4600 */
|
||||||
'dom.maxHardwareConcurrency',
|
'dom.maxHardwareConcurrency',
|
||||||
'dom.enable_resource_timing',
|
'dom.enable_resource_timing',
|
||||||
'dom.enable_performance',
|
'dom.enable_performance',
|
||||||
@ -23,7 +23,14 @@
|
|||||||
'media.webspeech.synth.enabled',
|
'media.webspeech.synth.enabled',
|
||||||
'geo.enabled',
|
'geo.enabled',
|
||||||
'media.video_stats.enabled',
|
'media.video_stats.enabled',
|
||||||
'dom.w3c_touch_events.enabled'
|
'dom.w3c_touch_events.enabled',
|
||||||
|
/* section 4700 */
|
||||||
|
'general.useragent.override',
|
||||||
|
'general.buildID.override',
|
||||||
|
'general.appname.override',
|
||||||
|
'general.appversion.override',
|
||||||
|
'general.platform.override',
|
||||||
|
'general.oscpu.override'
|
||||||
]
|
]
|
||||||
|
|
||||||
if("undefined" === typeof(Services)) {
|
if("undefined" === typeof(Services)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user