"7 Cool HTML Elements Nobody Uses" => "7 Cool HTML Elements [the author] Never Uses"
document.querySelector('div.button').click(); setTimeout(() => { document.querySelector('div.button').click(); }, 5500); => tweak the 5500 to your fitting
setInterval(() => { if(document.querySelector('.going')) { document.querySelectorAll('.theSport input').forEach(box => { box.click(); }); }}, 10);
"7 Cool HTML Elements Nobody Uses" => "7 Cool HTML Elements [the author] Never Uses"
document.querySelector('div.button').click(); setTimeout(() => { document.querySelector('div.button').click(); }, 5500); => tweak the 5500 to your fitting
setInterval(() => { if(document.querySelector('.going')) { document.querySelectorAll('.theSport input').forEach(box => { box.click(); }); }}, 10);