dumpKremlebots Autor: Oleg
JS addon to delete posts of kremlebots on 2ch.org
Nema korisnikaNema korisnika
Metapodaci proširenja
Informacije o ovom proširenju
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'
}
}
}
Ocjena 0 od 0 recenzenta
Dozvole i podaci
Prikupljanje podataka:
- Programer kaže da ovo proširenje ne zahtijeva prikupljanje podataka.
Daljnje informacije
- Verzija
- 2.0
- Veličina
- 13,93 KB
- Zadnje aktualiziranje
- prije 3 mjeseca (18. sij. 2026)
- Povezane kategorije
- Licenca
- MIT licenca
- Povijest verzija
- Dodaj u zbirku