dumpKremlebots od Oleg
JS addon to delete posts of kremlebots on 2ch.org
Žádní uživateléŽádní uživatelé
Metadata rozšíření
O tomto rozšíření
It just deletes messages from DOM
// choose all posts of thread
allPosts = document.getElementsByClassName("post__message ")
}
// choose all posts of thread
allPosts = document.getElementsByClassName("post__message ")
for (let i = 0; i < allPosts.length; i++) {
postText = allPosts[i].textContent.trim().replace('(OP)', '').toLowerCase()
postText = postText.replace(/\>+(\d+)>/g, '').replace(/\>+(\d+)/g, '')
if (lahtaShit.some(word => postText.includes(word))) {
allPosts[i].style.border = '3px solid green'
allPosts[i].textContent = 'LAHTA REMOVED'
}
}
}
Hodnocení: 0 od 0 redaktorů
Oprávnění a data
Další informace
- Verze
- 2.0
- Velikost
- 13,93 KB
- Poslední aktualizace
- před 3 měsíci (18. led 2026)
- Příbuzné kategorie
- Licence
- Licence MIT
- Historie změn
- Přidat do sbírky