I
I
IvanSkor2020-06-27 22:41:43
Google Chrome
IvanSkor, 2020-06-27 22:41:43

How to click a button in multiple chrome windows at the same time?

Hello, you need to press the same button in several chrome windows (each window is a different chrome account) on the same site at the same time in all windows

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Mesuti, 2020-06-27
@Mesuti

In console

let dat = new Date();
let btn = document.querySelector('.btn');

setInterval( () => {
  dat.getMinutes() === 5 ? btn.click : false;
}, 100);

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question