Y
Hacker News
new
|
ask
|
show
|
jobs
by
l7l
725 days ago
One script to rule them all ( ͡° ͜ʖ ͡°)ノ⌐■-■ var c=document.querySelectorAll('input[type="checkbox"]');function a(e){e<c.length&&(c[e].checked&&(c[e].click(),setTimeout(()=>a(e+1),500)),!c[e].checked&&a(e+1))}a(0);
1 comments
cwilby
725 days ago
The timeout can be about 200 before you need to chill out..
link