注意:二次配布および改変しての配布を禁じます。
OBSへの追加方法
How to Add to OBSブラウザソースとして追加 / Add as Browser Source
- OBSを起動し、使用したいシーンを選択する。
Launch OBS Studio and select the scene you want to use. - 「ソース」パネルの + をクリックし、「ブラウザ」 を選択する。
Click + in the Sources panel and choose Browser. - 「ローカルファイル」 にチェックを入れ、HTMLファイルを選択する。
Check "Local File" and browse to the HTML file. - 幅: 1920、高さ: 1080 に設定する。
Set Width: 1920, Height: 1080. - 「カスタムCSSを使用する」の欄は 空のまま にする。
Leave the Custom CSS field empty. - 「OK」をクリックして追加完了。
Click "OK" to finish adding the source.
Enable "Interact" to use the overlay: Right-click the source → "Interact". You can click and drag inside the Interact window.
推奨設定 / Recommended Settings
| 設定項目 / Setting | 推奨値 / Value |
|---|---|
| 幅 / Width | 1920 |
| 高さ / Height | 1080 |
| カスタムCSS / Custom CSS | 空欄 / Empty |
| シーン切替時にリロード | お好みで / Optional |
基本操作
Basic Operationsテキスト編集 / Edit Text
テキスト部分をクリックすると直接編集できます。
Click any text to edit it in place.
メニューを開く / Open Menu
空白エリアをダブルクリックするとメニューが表示されます。
Double-click any empty area to open the context menu.
ボックス移動 / Move Box
ボックスのヘッダーをドラッグして位置を変更できます。
Drag the box header to reposition it.
ボックスメニュー / Box Menu
ボックス右上の ≡ ボタンでオプションを表示します。
Click the ≡ button on a box for its options.
donnma-01 vs donnma-02: Both have identical features. They differ in default colors and layout. Use whichever you prefer.
リアルタイムプレビュー
Real-time Previewパーツメニューの 📡 表示更新(別タブに反映) を押すと、今の編集内容を同じURLで開いている別タブへ即座に反映できます。編集用タブと配信確認用タブを並べて作業したいときに便利です。
Click "📡 Update Display" in the parts menu to instantly push
your current edits to another tab open on the same URL — handy for keeping an editing tab and a
preview tab side by side.
ファイルをダブルクリックして
file:// で直接開いた場合、ブラウザによっては2タブ間でデータが共有されず、この機能が動作しません。http:// または
https:// 経由で開いてください。Requirement: both tabs must share the same origin (same URL).
Opening the file directly via
file:// (double-click) often won't share data between
tabs in some browsers. Use http:// or https:// instead.
手元での確認方法(ローカルサーバー) / Local Preview
- 同梱の
サーバー起動.batをダブルクリックする(要 Python)。
Double-click the includedサーバー起動.bat(requires Python). - 自動でブラウザタブが2つ開く(donnma-01.html の編集用・確認用、どちらも同じURL)。
Two browser tabs open automatically for donnma-01.html — both point to the same local URL. - 片方のタブで編集し、メニューから 📡 表示更新 を押す。
Edit in one tab, then click 📡 Update Display in the menu. - もう一方のタブに変更が即座に反映される。
The other tab updates instantly. - donnma-02.html を試したい場合は
http://localhost:8080/donnma-02.htmlを別タブで開く。
To try donnma-02.html, openhttp://localhost:8080/donnma-02.htmlin another tab. - 終わったら、開いたウィンドウで何かキーを押すとローカルサーバーが停止する。
Press any key in the console window to stop the local server when done.
サーバー起動.bat
を実行してもエラーになります。python.org
からダウンロード・インストールしてください(インストール時に「Add python.exe to PATH」に必ずチェック)。インストール後、
サーバー起動.bat を再度実行すれば起動します。Python required: If Python isn't installed on this PC,
サーバー起動.bat
will fail. Install it from python.org (check "Add python.exe to PATH" during setup), then run the file
again.
On stream: If both the OBS "Custom Browser Dock" and the Browser Source point to the same hosted URL, this feature works without any local server.
カスタマイズ設定 (CONFIG)
CustomizationHTMLファイルをメモ帳や VS Code などのテキストエディタで開き、ファイル上部の CONFIG
ブロックを編集することで永続的に設定を変更できます。
Open the HTML file in a text editor (Notepad, VS Code, etc.) and edit the
CONFIG block near the top to make permanent changes.
カラー設定 / Color Settings
| キー / Key | 説明 / Description | 初期値 / Default |
|---|---|---|
color.accent |
枠線・アクセントカラー Border & accent color |
'#8B4513' |
color.liveBadge |
LIVEバッジ背景色 LIVE badge background |
'#8B4513' |
color.background |
画面背景色 Screen background color |
'#f5ede0' |
color.bodyText |
コメント・メモのテキスト色 Text color for comments/memos |
'#8B4513' |
テキスト設定 / Text Settings
| キー / Key | 説明 / Description |
|---|---|
text.liveBadge |
LIVEバッジの文字 / Text on LIVE badge |
text.titleBoxHeader |
タイトルボックスのラベル / Title box label |
text.titleBoxContent |
タイトルボックスの初期テキスト / Initial title text |
text.commentBoxHeader |
コメントボックスのラベル / Comment box label |
text.memoBoxHeader |
メモボックスのラベル / Memo box label |
text.memoBoxContent |
メモの初期テキスト / Memo initial text |
text.messagePlaceholder |
メッセージ欄のプレースホルダー / Message placeholder |
プロフィール設定 / Profile
上部バーに順番に表示されるテキストの配列です。
An array of texts displayed in rotation in the top
bar.
#ff0000)またはRGBA形式(rgba(255,0,0,0.5))で指定できます。Tip: Colors accept HEX (
#ff0000) or RGBA (rgba(255,0,0,0.5))
values.
機能設定 / Features
| キー / Key | 説明 / Description | 初期値 / Default |
|---|---|---|
features.autoLoad |
ページを開いたとき保存済み設定を自動で読み込む。false にすると「保存を読み込む」を手動で押す必要があります。Auto-load saved config on page open. Set false for manual load only. |
true |
features.saveConfigEnabled |
設定の保存・読み込み機能を有効にする。false にすると「設定を保存」ボタンが非表示になります。Enable save/load config. Set false to hide the save button. |
true |
トラブル対処
Troubleshooting| 症状 / Symptom | 対処法 / Solution |
|---|---|
| クリックしても反応しない Clicking has no effect |
OBSでソースを右クリック → 「対話」 を選択してください。 Right-click the source in OBS → select "Interact". |
| 画面が真っ黒 Black screen |
「ローカルファイル」にチェックが入っているか確認してください。 Verify that "Local File" is checked in the browser source settings. |
| サイズ・位置がずれる Wrong size or position |
幅 1920・高さ 1080 に設定されているか確認してください。 Check that Width is 1920 and Height is 1080. |
| 配置が保存されない Layout not saved after reload |
ページリロードでリセットされます。永続化するには CONFIG を直接編集してください。Runtime changes reset on reload. Edit CONFIG directly for permanent changes.
|
| フォントが変わっている Font looks different |
インターネット接続がない場合、Google Fontsが読み込めず代替フォントになります。 Without internet, Google Fonts can't load and a fallback font is used. |