Skip to content

Instantly share code, notes, and snippets.

@ziphirum
Created March 20, 2015 16:34
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 ziphirum/3efcb73d34c4773deaa9 to your computer and use it in GitHub Desktop.
Save ziphirum/3efcb73d34c4773deaa9 to your computer and use it in GitHub Desktop.
var run = function(){
$('button').first().click();
var clickBlock = function(){
$('#box span').click();
}
setInterval(clickBlock, 10);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment