Hacker News new | past | comments | ask | show | jobs | submit login

Infinite version:

let button = document.getElementsByClassName('main-btn');

let clicker = setInterval(() => button[0].click(), 1);

To stop, use this:

window.clearInterval(clicker);




Consider applying for YC's Summer 2025 batch! Applications are open till May 13

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: