Created
April 3, 2016 16:21
-
-
Save rezoner/da5d10bfdd2ad2418e2f271a2de13cfb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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