Skip to content

Instantly share code, notes, and snippets.

@newsbubbles
newsbubbles / cryptospam.js
Created December 27, 2024 10:58
Crypto YouTube Scam Destroyer
function get_that_ass(elem){
console.log("Removed: " + elem.innerText);
elem.parentNode.parentNode.parentNode.parentNode.parentNode.remove();
}
function fuck_spam_up(bad_words){
var elem = document.querySelectorAll('ytd-comment-thread-renderer.style-scope > ytd-comment-view-model:nth-child(2) > div:nth-child(3) > div:nth-child(2) > ytd-expander:nth-child(2) > div:nth-child(1) > yt-attributed-string:nth-child(2) > span:nth-child(1)');
var spams = 0;
for (var i = 0; i < elem.length; i++){
var e = elem[i];