Skip to content

Instantly share code, notes, and snippets.

@edouard-lopez
Last active March 20, 2017 11:22
Show Gist options
  • Save edouard-lopez/30fa3a3e7d891016a18ebb1213ccf9c5 to your computer and use it in GitHub Desktop.
Save edouard-lopez/30fa3a3e7d891016a18ebb1213ccf9c5 to your computer and use it in GitHub Desktop.
function removeAutoClickers(numberOfAutoClicker) {
for (i=0; i<numberOfAutoClicker; i++) {
window.window.clearInterval(autoClickers[i]);
}
}
removeAutoClickers(numberOfAutoClicker);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment