dumpKremlebots nga Oleg
JS addon to delete posts of kremlebots on 2ch.org
S’ka PërdoruesS’ka Përdorues
Tejtëdhëna Zgjerimi
Rreth këtij zgjerimi
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'
}
}
}
Vlerësuar me 0 nga 0 shqyrtues
Leje dhe të dhëna
Më tepër të dhëna
- Version
- 2.0
- Madhësi
- 13,93 KB
- Përditësuar së fundi më
- 3 muaj më parë (18 Jan 2026)
- Kategori të Afërta
- Licencë
- Licencë MIT
- Historik Versionesh
- Shtojeni në koleksion