I wrote like this but it works straight and does not stop In a function I put inside a website
setInterval(() => {
document.getElementById("<id on what to click>").click();
},0);
Blancer.com Tutorials and projects
Freelance Projects, Design and Programming Tutorials
I wrote like this but it works straight and does not stop In a function I put inside a website
setInterval(() => {
document.getElementById("<id on what to click>").click();
},0);