1
0

Update ghacks-clear-all-up-to-57-[RFP-alternatives].js

This commit is contained in:
Thorin-Oakenpants 2017-12-08 19:38:08 +13:00 committed by GitHub
parent ea54827582
commit 5631fadd4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)) {