Skip to content

Instantly share code, notes, and snippets.

View Goalie41's full-sized avatar

Scott Goalie41

View GitHub Profile
var timer=100;document.querySelectorAll("div > input[type='checkbox']:checked").forEach((interest) => {setTimeout(function(){interest.click()},timer);timer+=2000;});