dumpKremlebots by Oleg
JS addon to delete posts of kremlebots on 2ch.org
No UsersNo Users
Extension Metadata
About this extension
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'
}
}
}
Rated 0 by 0 reviewers
Permissions and data
More information
- Version
- 2.0
- Size
- 13.93 KB
- Last updated
- 3 months ago (Jan 18, 2026)
- Related Categories
- License
- MIT License
- Version History
- Add to collection