Update CUnleash.js

This commit is contained in:
David Duran Rosich
2026-05-28 23:57:11 +02:00
parent 9301e011e9
commit c00aa75bc4

View File

@@ -21,10 +21,11 @@ function tapNews() {
setInterval(function () {
tapNews();
}, 3000);
(function () {
"use strict";
let state = false;
let state = true;
let intervalId;
document.addEventListener("keydown", function (event) {