- Go to the YouTube comment myactivity page
- Open devtools and go to the console (Ctrl + Alt + I)
- Paste the following code and press enter:
Array.from(document.querySelectorAll("[data-show-delete-individual]")).slice(1).forEach(e => e.querySelector("button").click())- Done! You might have to wait for a bit, as the page is quite slow.