dumpKremlebots Autor: Oleg
JS addon to delete posts of kremlebots on 2ch.org
Žiadni používateliaŽiadni používatelia
Metadáta rozšírenia
O tomto rozšírení
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'
}
}
}
Hodnotené 0 od 0 recenzentov
Povolenia a údaje
Ďalšie informácie
- Verzia
- 2.0
- Veľkosť
- 13,93 kB
- Posledná aktualizácia
- pred 3 mesiacmi (18. jan 2026)
- Príbuzné kategórie
- Licencia
- Licencia MIT
- História verzií
- Pridať do kolekcie