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'
}
}
}
מדורג 0 על־ידי 0 סוקרים
הרשאות ונתונים
מידע נוסף
- גרסה
- 2.0
- גודל
- 13.93 ק״ב
- עדכון אחרון
- לפני 3 חודשים (18 ינו׳ 2026)
- קטגוריות קשורות
- רישיון
- MIT License
- היסטוריית הגרסאות
- הוספה לאוסף