C
C
char9062021-04-30 17:33:37
Google Chrome
char906, 2021-04-30 17:33:37

How to click once an hour on a button through a script on someone else's site?

How to write a script that will click on the button itself with an interval of an hour?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander, 2021-04-30
@char906

You put Code ijector and write a script like

setInterval(function(){document.querySelector("button.btn_complexity").click()},3600000);

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question