dalooroorl
Newbie
- Sep 15, 2013
- 15
- 0
Hi.
I want a script to click in a input box, every 2 seconds, that i can run in a browser console.
Its for a game, as i to other stuff in other tabs, it plays for me
prntscr.co m/ 3xd 9w (dunno why u guys wont allow links, but ok :x )
EDIT: setInterval(function () {document.getElementById("myButtonId").click();}, 1000); dosnt work
I want a script to click in a input box, every 2 seconds, that i can run in a browser console.
Its for a game, as i to other stuff in other tabs, it plays for me
prntscr.co m/ 3xd 9w (dunno why u guys wont allow links, but ok :x )
EDIT: setInterval(function () {document.getElementById("myButtonId").click();}, 1000); dosnt work
Last edited: