dumpKremlebots geliştiren: Oleg
JS addon to delete posts of kremlebots on 2ch.org
Kullanıcı yokKullanıcı yok
Uzantı meta verileri
Bu uzantı hakkında
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'
}
}
}
0 inceleyiciden 0 puan aldı
İzinler ve veriler
Veri toplama:
- Geliştirici, bu uzantının veri toplamaya gerek duymadığını söylüyor.
Daha fazla bilgi
- Sürüm
- 2.0
- Boyut
- 13,93 KB
- Son güncelleme
- 3 ay önce (18 Oca 2026)
- İlgili kategoriler
- Lisans
- MIT Lisansı
- Sürüm geçmişi
- Koleksiyona ekle