Skip to content

Instantly share code, notes, and snippets.

@WouterG
Created May 31, 2016 21:13
Show Gist options
  • Select an option

  • Save WouterG/2053fca45b46e9158a345783ceec40cc to your computer and use it in GitHub Desktop.

Select an option

Save WouterG/2053fca45b46e9158a345783ceec40cc to your computer and use it in GitHub Desktop.
setInterval(function() {
if (API.getUser().vote == 0) {
$("#woot").click();
}
}, 15 * 1000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment