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 () { setInterval(function () {
tapNews(); tapNews();
}, 3000); }, 3000);
(function () { (function () {
"use strict"; "use strict";
let state = false; let state = true;
let intervalId; let intervalId;
document.addEventListener("keydown", function (event) { document.addEventListener("keydown", function (event) {