From e990a669391d682af4b35d64d2e29146e22439b7 Mon Sep 17 00:00:00 2001 From: MrFry Date: Wed, 1 Apr 2020 13:42:24 +0200 Subject: [PATCH] Sending script version on qmining feedback page --- stable.user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stable.user.js b/stable.user.js index e9a2d36..67be58c 100755 --- a/stable.user.js +++ b/stable.user.js @@ -677,7 +677,7 @@ const cidSetInterval = setInterval(() => { const cid = document.getElementById('cid') if (cid) { - cid.value = GetId() + cid.value = GetId() + '|' + info().script.version window.clearInterval(cidSetInterval) } }, 100)