Advertisement
uriid1

Скрипт удаления всех сообщений в вк

Sep 6th, 2020 (edited)
1,290
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // Author: by uriid1
  2. // license: GNU GPL
  3. // Version 1.1 September 2021
  4.  
  5. let delay = 1000;
  6. let timerId = setTimeout(function request() {
  7.   document.getElementsByClassName('nim-dialog--close _im_dialog_close')[0].click();
  8.   document.getElementsByClassName('flat_button')[1].click();
  9.   timerId = setTimeout(request, delay);
  10. }, delay);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement