Skip to content

Instantly share code, notes, and snippets.

@Blucknote
Last active July 15, 2021 14:05
Show Gist options
  • Save Blucknote/d5ac4ff129938c94cdb809d0a3edcaa1 to your computer and use it in GitHub Desktop.
Save Blucknote/d5ac4ff129938c94cdb809d0a3edcaa1 to your computer and use it in GitHub Desktop.
Vkontacte Documets Eraser
lst = document.getElementsByClassName('docs_delete_row')
for (var i=0;i<lst.length; i++) {
lst[i].click();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment