Created
May 26, 2024 16:18
-
-
Save smithj33/55257dd4db14a987a9f2ca0e993eeefb to your computer and use it in GitHub Desktop.
This is a script from a now deleted Reddit user. It works as of 05/26/2024. You paste it into the web console in your browser. It will delete one comment every 3 seconds due to limitations by Google.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://myactivity.google.com/page?hl=en&utm_medium=web&utm_source=youtube&page=youtube_comments | |
c=[]; | |
for(i in e=document.getElementsByTagName('path')){ | |
typeof(x = e[i])==='object'? x.getAttribute('d').includes('6.41z') ? c.push(x.parentNode.parentNode):e:e; | |
} | |
setInterval(()=>{ | |
c[0].click();c.splice(0, 1) | |
}, 3000); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment