Skip to content

Instantly share code, notes, and snippets.

@metacritical
Created July 29, 2023 18:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save metacritical/e1e74b3e35420696571fb9ae66c8f808 to your computer and use it in GitHub Desktop.
Save metacritical/e1e74b3e35420696571fb9ae66c8f808 to your computer and use it in GitHub Desktop.
Delete youtube comments En Masse!
var a = document.getElementsByClassName("VfPpkd-Bz112c-LgbsSe yHy1rc eT1oJ mN1ivc")
var i = 1; while(i <= a.length){ a[i].click(); i+=1 }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment