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 KB
- 最終更新日
- 3ヶ月前 (2026年1月18日)
- 関連カテゴリー
- ライセンス
- MIT License
- バージョン履歴
- コレクションへ追加