Skip to content

Instantly share code, notes, and snippets.

@loderunner
Created May 5, 2015 13:48
Show Gist options
  • Select an option

  • Save loderunner/a6aa4b6a8270926d6408 to your computer and use it in GitHub Desktop.

Select an option

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