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)