Skip to content

Instantly share code, notes, and snippets.

@npanuhin
Last active June 6, 2021 06:28
Show Gist options
  • Save npanuhin/ad76cb4ac49b8b49e867a7f8bc980fa8 to your computer and use it in GitHub Desktop.
Save npanuhin/ad76cb4ac49b8b49e867a7f8bc980fa8 to your computer and use it in GitHub Desktop.
Script for automatically removing all documents from your VK account
// Run on vk.com/docs page:
for (let item of document.getElementsByClassName("docs_delete_row")) item.click();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment