dumpKremlebots Autor: Oleg
JS addon to delete posts of kremlebots on 2ch.org
Brak użytkownikówBrak użytkowników
Metadane rozszerzenia
O tym rozszerzeniu
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'
}
}
}
Ocenione na 0 przez 0 recenzentów
Uprawnienia i dane
Zbieranie danych:
- Autorzy tego rozszerzenia twierdzą, że nie wymaga ono zbierania danych.
Więcej informacji
- Wersja
- 2.0
- Rozmiar
- 13,93 KB
- Ostatnia aktualizacja
- 3 miesiące temu (18 sty 2026)
- Powiązane kategorie
- Licencja
- Licencja MIT
- Historia wersji
- Dodaj do kolekcji