A
A
andreystrelkov2015-05-10 14:54:05
Google Chrome
andreystrelkov, 2015-05-10 14:54:05

What is the Google Chrome extension for scheduled autoclick?

Good afternoon, there is a site 18vk.ru, where there are ads, ads can be raised to the top by a banal click on the link in your ad, this link represents javascript: AddData('19690', '3b84426fe6f01ff5befa60557477eaca') (i.e. the address to which she leads)
is there any extension for chrome that would simulate this click every hour?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
alek0585, 2015-05-10
@alek0585

open the console and write the code right there. like this

function go () { $('.selector-to-click').trigger('click'); }
var interval = setInterval(go, 1000 * 60 * 60); // 60 mins

and no extensions of such a task are needed)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question