W
W
weranda2014-08-31 20:34:24
Automation
weranda, 2014-08-31 20:34:24

How can I click on a button on a website in a browser at a specific time?

Greetings.
There is a site where you need to press a couple of buttons six times a day at the same time. Please tell me, is there any browser extension that could determine the current time on a running computer and press these buttons at the right time for me?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
E
Evgeny Petrov, 2014-08-31
@Petroveg

The easy way is GreaseMonkey . We wrote a script that will trigger a click event on the required elements.
However, if you need to send a request this way, it's better to find out what happens when you click and send a request from the server.
There is also the most accessible way - write javascript in the address bar: and the code we need (do not forget about returning false). It is better to bookmark all this code (and you get a bookmarklet).

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question