F
F
felony13twelve2019-12-03 19:01:09
JavaScript
felony13twelve, 2019-12-03 19:01:09

How to add a VKontakte entry?

Moderators, correct me)))
Everything is shalom! How it is possible to add let's say 100 records to group by one code? Is there such a script? I can not find))))

Answer the question

In order to leave comments, you need to log in

2 answer(s)
F
felony13twelve, 2019-12-03
@felony13twelve

That's all, you don't have to write, I wrote the code myself)))
solution

(function() {
   var send_post = document.querySelector('#send_post'); // id кнопки
   for (i = 0; i < 5; i++) { // 5 - это кол-во записей сделать
       send_post.click(); 
   }
}());

A
Artur Karapetyan, 2019-12-03
@architawr

poke

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question