dumpKremlebots troch Oleg
JS addon to delete posts of kremlebots on 2ch.org
Gjin brûkersGjin brûkers
Metadata útwreiding
Oer dizze útwreiding
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'
}
}
}
Wurdearre: 0 troch 0 beoardielers
Tastimmingen en gegevens
Mear ynformaasje
- Ferzje
- 2.0
- Grutte
- 13,93 KB
- Lêst bywurke
- 3 moannen lyn (18 jan. 2026)
- Sibbe kategoryen
- Lisinsje
- MIT-lisinsje
- Ferzjeskiednis
- Tafoegje oan kolleksje