Flow Youtube Chat

Youtubeのチャットをニコニコ風に画面上へ流す(再アップ) Make youtube chats move in danmaku-style.

< Feedback on Flow Youtube Chat

Review: Good - script works

§
Posted: 2022-04-18

Please add functions and fixes.
・Fix the problem that "Ban this user" cannot be pressed for some users.
・Add a function to automatically add users who are caught in the chat filter to the "Banned Users" list.
thank you.

機能の追加と修正をお願いします。
・一部ユーザーにおいて、『NGに入れる(Ban this user)』が押せない問題の修正
・チャットフィルターに引っかかったユーザーを自動的にNGユーザー(Banned Users)に追加する機能の追加

§
Posted: 2022-04-18

Please add functions and fixes.
・Fix the problem that "Ban this user" cannot be pressed for some users.
・Add a function to automatically add users who are caught in the chat filter to the "Banned Users" list.
thank you.

機能の追加と修正をお願いします。
・一部ユーザーにおいて、『NGに入れる(Ban this user)』が押せない問題の修正
・チャットフィルターに引っかかったユーザーを自動的にNGユーザー(Banned Users)に追加する機能の追加



Chat Filter for Youtube Live
https://greasyfork.org/ja/scripts/409664-chat-filter-for-youtube-live

This script does not have the problem of not displaying the block button for a user.
However, the problem of not being able to obtain user IDs is still the same here.

Aside from that, I would like to add the following to line 2973 regarding the automatic user block addition, and I would like to handle it here, but how do I describe it to add a user to the block list?
? () => {
chat.style.display = "none"
// Add right user to block list (data.authorID.value)
}


Chat Filter for Youtube Live
https://greasyfork.org/ja/scripts/409664-chat-filter-for-youtube-live

こちらのスクリプトではユーザーのブロックボタンが表示されない問題は発生していません。
しかしやはりこちらもユーザーIDを取得出来ていない問題は変わりませんね。

それはさておき、自動ユーザーブロック追加に関しては2973行目に以下のように追記し、こちらで対応したいのですがどのように記述すればユーザーをブロックリストに追加出来ますか?
? () => {
chat.style.display = "none"
// 右のユーザーをブロックリストに追加(data.authorID.value)
}

Post reply

Sign in to post a reply.