moderate live chat
- Chrome: https://chrome.google.com/webstore/detail/modekun/lnlgicokoimnfncigoknlbiicjfbbejp
- FireFox: https://addons.mozilla.org/ja/firefox/addon/modekun/
Now, modekun can be used only in Youtube and Mildom, and only Japanese.
- moderate
- repeat post
- repeat word in a chat
- NG word
- post frequency
- limit length
popup looks like this
chats are hidden automatically
repeat post threshold (連投閾値) can control how many chats posted by the same user should not be hidden.
user A: こんにちは
user A: こんにちは
user A: こんにちは
user B: こんにちは
user B: こんにちは
If repeat post threshold = 3
, chats posted by user A will be hidden.
repeat word in a chat (単語繰り返し閾値) can control how many words shown in a chat should not be hidden.
user A: 最強最強最強
user B: こんにちは
If repeat word in a chat = 2
, chats posted by user A will be hidden.
user A: こんにちは
user A: こん
user B: ハロー
If NG word = こん
, chats posted by user A will be hidden.
post frequency(投稿頻度) can control how many posts by the same user in obtained chats.
user A: abc
user A: def
user B: こんにちは
If post frequency threshold = 2
, chats posted by user A will be hidden.
limit length(文字数上限) can control maximum the length of a chat.
user A: abcdefghi...z
user B: こんにちは
If limit length = 10
, chats posted by user A will be hidden.
- node + npm (Current Version)
npm install
npm run build
npm run watch
Load dist
directory
npx jest
or npm run test