/userscript-weebkiller

日本語メインのYouTube配信から英語などで書いたコメントを非表示にできる視聴者用のユーザースクリプトです。If a YouTube live stream's title is in Japanese, filter out all the live chat comments that aren't.

Primary LanguageJavaScript

Download stats CodeQL

userscript-weebkiller

If a YouTube live stream's title is in Japanese, filter out all the live chat comments that aren't.

日本語メインのYouTube配信から英語などで書いたコメントを非表示にできる視聴者用のユーザースクリプトです。隠す機能は、配信のタイトルが日本語の文字を含む時のみ発動します。また、チャット欄の右上のボタンで機能はオンオフできます。

The code is based on Emubure's "Flow Youtube Chat" userscript, which apparently has since gone offline, but has been forked to here.

Installation

First, you'll need a userscript manager for your browser. If you don't have a preference, I'd suggest Violentmonkey.

Click here for a direct download link to the userscript, which should initiate the installation for most managers. If not, copy-paste the code contents to your userscript manager as appropriate.

Tested with Violentmonkey/Firefox, but it should probably work with other userscript managers/browsers as well.

Example

Before After

...and yes, I am aware of the irony in this script's naming 😀

Troubleshooting

  • The chat box is flickering
    • Try hiding and then re-displaying the chat window using the YT chat window UI buttons.
  • The script is not filtering messages
    • Try reloading the video page without cache (usually CTRL+F5 or SHIFT+F5, depending on browser).