Skip to content

Instantly share code, notes, and snippets.

View alexgoryushkin's full-sized avatar

Alexander Goryushkin alexgoryushkin

View GitHub Profile
@alexgoryushkin
alexgoryushkin / gist:79b0345a8c5c81e77cfa192201d5fc89
Last active January 22, 2021 07:48
Скачать все документы с vk.com/docs / Download all documents from vk.com/docs
1) Ввести поисковый запрос / Enter a search query
2) Прокрутить страницу до конца (можно выполнить следующую команду из консоли несколько раз) /
Scroll to the end of the page (you can run the following command from the console several times)
window.scrollTo(0,document.body.scrollHeight);
3) Затем следующий скрипт будет скачивать файл раз в 3 секунды. Но к сожалению он может прерваться,
если пользователь разместивший файл был заблокирован.
Тогда можно выполнить алгоритм заново, но изменить переменную "start", чтобы не скачивать уже загруженные файлы. /
Then the next script will download the file every 3 seconds. But unfortunately it may interrupt if