commit bd384622db70eaf6893d32a0c1c4b99d5516fa5b
parent 3366e0aa162006aa7343f92c87b38c5c52c9bd11
Author: earthlng <earthlng@users.noreply.github.com>
Date: Wed, 29 Apr 2020 12:00:10 +0000
Update troubleshooter.js (#935)
extensions.blocklist.pingCountTotal is not used anymore in FF76+
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/scratchpad-scripts/troubleshooter.js b/scratchpad-scripts/troubleshooter.js
@@ -1,5 +1,5 @@
-/*** ghacks-user.js troubleshooter.js v1.6.0 ***/
+/*** ghacks-user.js troubleshooter.js v1.6.1 ***/
(function() {
@@ -107,7 +107,7 @@
]
// any runtime-set pref that everyone will have and that can be safely reset
- const oFILLER = { type: 64, name: 'extensions.blocklist.pingCountTotal', value: -1 };
+ const oFILLER = { type: 64, name: 'app.update.lastUpdateTime.browser-cleanup-thumbnails', value: 1580000000 };
function getMyList(arr) {
const aRet = [];