Flow Youtube Chat

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

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

Author
testFox
Daily installs
4
Total installs
78,436
Ratings
89 28 15
Version
1.26.3
Created
2020-09-16
Updated
2026-08-04
Size
733 KB
License
AGPL-3.0-or-later
Applies to

English — features, how to use, bug reports (click to expand)

Make YouTube live chats flow over the video, danmaku-style.

Features

  • Flow chat over the player
  • Appearance: font, size, weight, shadow, opacity, and separate colors for normal, owner, moderator and member
  • Flow: speed, lanes, max chats, max characters, min spacing, flow area, excluded lanes
  • Flow a new chat only when it won't overlap, or when the same content isn't already flowing
  • Filters: banned words, banned words by regex, banned users, and a ban button in the chat list
  • Show/hide button, settings synced across tabs
  • UI: 日本語 / English / 简体中文

How to use

  1. Install a userscript manager (Tampermonkey, Violentmonkey) first
  2. Open "Settings" next to the ⋮ menu in the chat panel
  3. Toggle the overlay with the button in the player controls

Runs on https://www.youtube.com/ only (not m.youtube.com or embedded players).

Bug reports

Turn on "Enable event logging" in the Feedback tab, reproduce the bug, then copy the event log and attach it to your report.

About

The original script (v1.12.2 by Emubure) was removed; this is a bug-fixed re-upload, maintained since. I am not the original author.

Filter example

Two independent filters — use either or both.

Banned Words(Regex) — hides English chat. It matches any run of 3 or more Latin letters, so it removes practically all English chat; use it only if that is what you want.

([A-Za-z]\s?){3,}

Banned Words — hides Chinese chat: a list of common simplified and traditional words, shared with the Japanese section at the bottom of this page. It also lists ? and !, which hide any chat containing them regardless of language, so drop those two lines if you don't want that.


Youtubeのチャットをニコニコ風に画面上へ流すスクリプトです。

機能

  • チャットを動画の上に流す
  • 見た目:フォント、サイズ、太さ、影、不透明度、色(通常/オーナー/モデレーター/メンバー)
  • 流れ方:速度、行数、最大表示数、最大文字数、最小間隔、流れ範囲(上下左右)、流さない行
  • 流す条件:「他のチャットと重ならない」「同じ内容のチャットが流れていない」ときだけ流す
  • フィルター:NGワード、NGワード(正規表現)、NGユーザー、チャット欄のNGボタン
  • チャットの表示/非表示ボタン、設定はタブ間で同期
  • UI: 日本語 / English / 简体中文

使い方

  1. Tampermonkey や Violentmonkey などのユーザースクリプトマネージャーを入れてからインストール
  2. チャット欄の「⋮」メニューの隣にある「設定」から調整
  3. プレイヤーのボタンでチャットの表示/非表示

https://www.youtube.com/ でのみ動作します(m.youtube.com や埋め込みプレイヤーは対象外)。

バグ報告

設定の「バグ報告と要望」タブで「イベントログを有効にする」をオンにし、再現してからログをコピーして報告に添付してください。

このスクリプトについて

元スクリプト(バージョン1.12.2、作者 Emubure)が削除されたため、バグを修正して再アップしたものです。元の作者ではありません。

フィルター設定例

フィルターは2種類あり、片方だけでも両方でも使えます。

NGワード(正規表現) — 英語のチャットを消します。アルファベット3文字以上の連続を弾くので、英語のチャットはほぼ全部消えます。

([A-Za-z]\s?){3,}

NGワード — 中国語のチャットを消します。簡体字・繁体字のよく出る語の一覧です。?! も入っているので、これらを含むチャットは言語を問わず消えます。不要ならその2行を削ってください。

Banned Words / NGワード — 中国語用の一覧 / word list for Chinese chat (click to expand / クリックで展開)





















?
!
刚刚
剛剛
加油
知道
三小
太強
只有
可以
還沒
到了
發現
那麼
怎麼

Changelog(更新履歴)(JP)

Changelog(更新履歴)(EN)

Source code(Github)