Skip to content

Instantly share code, notes, and snippets.

@keithslater
Created September 29, 2015 20:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save keithslater/ef14d8485caf935dc218 to your computer and use it in GitHub Desktop.
Save keithslater/ef14d8485caf935dc218 to your computer and use it in GitHub Desktop.
interval = setInterval(function(){
var btn = $(".dubup");
console.log("Clicking:", btn);
btn.click();
}, 30000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment