tjmtmmnk / modekun

moderate comment section

Home Page:https://chrome.google.com/webstore/detail/modekun/lnlgicokoimnfncigoknlbiicjfbbejp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

modekun

build

moderate live chat

Install

Usage

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

popup-home popup-ng

chats are hidden automatically

chats

repeat post

repeat post threshold (連投閾値) can control how many chats posted by the same user should not be hidden.

example

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

repeat word in a chat (単語繰り返し閾値) can control how many words shown in a chat should not be hidden.

example

user A: 最強最強最強
user B: こんにちは

If repeat word in a chat = 2, chats posted by user A will be hidden.

NG word

user A: こんにちは
user A: こん
user B: ハロー

If NG word = こん, chats posted by user A will be hidden.

post frequency

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

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.

Prerequisites

Setup

npm install

Build

npm run build

Build in watch mode

terminal

npm run watch

Load extension to chrome

Load dist directory

Test

npx jest or npm run test

About

moderate comment section

https://chrome.google.com/webstore/detail/modekun/lnlgicokoimnfncigoknlbiicjfbbejp

License:MIT License


Languages

Language:TypeScript 94.9%Language:JavaScript 4.9%Language:HTML 0.2%