dumpKremlebots — Oleg
JS addon to delete posts of kremlebots on 2ch.org
Brez uporabnikovBrez uporabnikov
Metapodatki o razširitvi
O tej razširitvi
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'
}
}
}
Ocena 0 (0 mnenj)
Dovoljenja in podatki
Več informacij
- Različica
- 2.0
- Velikost
- 13,93 KB
- Zadnja posodobitev
- pred 3 meseci (18. jan. 2026)
- Sorodne kategorije
- Licenca
- Licenca MIT
- Zgodovina različic
- Dodaj v zbirko