Skip to content

Instantly share code, notes, and snippets.

@loderunner
Created May 5, 2015 13:48
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 loderunner/a6aa4b6a8270926d6408 to your computer and use it in GitHub Desktop.
Save loderunner/a6aa4b6a8270926d6408 to your computer and use it in GitHub Desktop.
setInterval(function(){ var d = $('#thebutton-s-10s'); if (d.text() == '0') { var e = $('#thebutton-s-1s'); if (e.text() == '0') { $('.thebutton').click(); } } }, 100);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment