Skip to content

Instantly share code, notes, and snippets.

@rezoner
Created April 3, 2016 16:21
Show Gist options
  • Save rezoner/da5d10bfdd2ad2418e2f271a2de13cfb to your computer and use it in GitHub Desktop.
Save rezoner/da5d10bfdd2ad2418e2f271a2de13cfb to your computer and use it in GitHub Desktop.
/* Paste that into console (F12) and hit enter */
setInterval(function() {
$("button[value=INCREASE]").click()
}, 5000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment