-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
ニコニコ動画のコメントの表示量を増やします | ||
テスト公開につきバグ多め | ||
|
||
##インストール | ||
## インストール | ||
1.リリースページよりSource code (zip)をダウンロード, 展開する. | ||
|
||
2.Chromeでchrome://extensionsにアクセスする. | ||
|
||
3.右上のデベロッパーモードをオンにして, パッケージ化されていない拡張機能を読み込むを選択, 1.でダウンロードしたフォルダを選択する. | ||
|
||
##使い方 | ||
## 使い方 | ||
1.動画の下にある「ALL」と書かれているボタンを押す | ||
|
||
2.コメントを従来の何倍表示するかを記入 | ||
|
||
3.読み込み開始ボタンを押す | ||
|
||
|
||
##注意 | ||
## 注意 | ||
コメントの表示量が多すぎるとフリーズします。多くても30倍くらいにして置きましょう。 | ||
|
||
増量したコメントを表示している時はコメントを投稿してもそのコメントは表示されません。 | ||
|
||
##使用したライブラリ | ||
## 使用したライブラリ | ||
コメント描画ライブラリ「niconicomments」を使用させて頂きました。 | ||
https://github.com/xpadev-net/niconicomments |