dumpKremlebots автор Oleg
JS addon to delete posts of kremlebots on 2ch.org
Немає користувачівНемає користувачів
Метадані розширення
Про це розширення
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
Більше інформації
- Версія
- 2.0
- Розмір
- 13,93 КБ
- Востаннє оновлено
- 3 місяці тому (18 січ 2026 р.)
- Пов'язані категорії
- Ліцензія
- Ліцензія MIT
- Історія версій
- Додати до збірки