List of Greasemonkey scripts for NicoVideo
/* Recently… */
I created many Greasemonkey script for NicoVideo. However, you know I’m lazy, I received this comment. And so I’d like to write entry about introduce my Greasemonkey script for NicoVideo.
If you find interesting one, please try it.
I tested only Japanese site. So these script will break structure in other language site.
/* NicoVideo Simple UI */
Install (userscripts.org)
Using this script, Page header will be compact.
Useful feature is multi-purpose search box in top-left of page. After input string into search box, if you push “Keyword” button, you will get result of keyword search. Or if you puch “Tag” button, you will get result of tag search.
And you can put useful link on toolbar.
/* NicoVideo Stats */
Install (userscripts.org)
This script append statistics information of video into the page.
I think “Comment percentage” and “Mylist percentage” is very interesting index. For visualization, color of index string will change depending in index value.
I want to append these information to video list page.
/* NicoVideo Global Tag Icon */
Install (userscripts.org)

This script replace language code (“tw” or “de”) to national flag.
However, it’s not so cool. Because I use same image in NicoVideo. I’d like to improve this later.
/* NicoVideo Thumbnail for Google */
Install (userscripts.org)

Like YouTube, this script replace direct link to NicoVideo page to video description + thumbnail.
I called API of NicoVideo and show it using IFRAME.
/* NicoVideo Quality Config */
Install (userscripts.org)
This script changes video quality setting of flash player used in NicoVideo.
Some video used H.264 encoding need much CPU resource for video decoding. In addition, flash player applies anti-alias filter to video. As a result, flash animation won’t be smooth.Using this script and change video quality, it will be smooth. In my case, default setting is “low”, but if I can’t read some subtitle, I set “medium” manually.
/* NicoVideo Tag Search Sorting Order */
Install (userscripts.org)
Using this script, you can customize sorting order of tag search.
/* Conclusion */
Can you find interesting script?
You can put your comment or feedback in not only comment area of this blog, but also script page of userscripts.org.
FYI, you can find my all scripts in here.
Thank you commenting, ref!
enjoy NicoVideo!


http://nicovideo.g.hatena.ne.jp/YaSuYuKi/20080312/1205332220
NicoVideo Quality Configと逆のことをしている(今はデフォルト値になったので無用)スクリプト
ですが、Flashを再表示せずに動的にパラメータを置き換えているので、参考にしてください。
YaSuYuKi
18 Aug 08 at 22:31
YaSuYuKiさん、情報ありがとうございます。
早速試してみたのですが、現在のニコ動プレーヤではうまく動かないようです。
私がやっているのはStageクラスのqualityプロパティの変更ですが、YaSuYuKiさんのグリモンはVideoクラスのプロパティです。それでもビデオに対するフィルタを無くせば負荷を減らせると考えて、smoothingプロパティを0、deblockingプロパティを1にしてみましたが、どうにも反映されていないようです。
さらにGetVariableで値の取得も試みましたがnullでした。
内部変数名が変更されたのかもしれません。もしさらに詳しい情報をお持ちでしたら、是非お教えいただけないでしょうか?
よろしくお願い致します。
元のブックマークレット:
http://web.archive.org/web/20071122034558/http://m035.blog61.fc2.com/
kuy
21 Aug 08 at 12:01
「エントリーを書いて欲しい」と頼んでおきながらコメントが遅れてしまって申し訳ありません。。。
なんにしろ、エントリを作っていただいてありがとうございますm( _ _ )m
とりあえずいくつか要望とバグの報告を・・・
・ NicoVideo Statsについて
1、バグ どうやら「自分の投稿した動画」で使用しようとすると、ステータスの表示が乱れたり、表示されなかったりするようです。
2、要望 現在は数字が高くなるほど、文字の回りが赤くなるようになっていますが、
文字の回りではなく、文字自体を赤くなるようにすることは出来ないでしょうか?
その方がなんとなくシンプルかつ、綺麗な感じになるんじゃないかなと思ったり思わなかったり・・
3、要望 自分はwktkラボさんの「nico watch tool」(ttp://wktklabs.blog98.fc2.com/blog-entry-1.html)の方も同時に使っているんですが、今の状態で併用すると「nico watch tool」が上、「NicoVideo Stats」が下になりちょっと使いにくいので、もしできれば逆に表示できるようにとかは出来ないかなと思ったりするのですが・・・どうでしょうか・・・?
・NicoVideo Tag Search Sorting Orderについて
使い方(というか設定の仕方?)がいまいちよく分からなかったので、
いつか詳しく説明していただけると嬉しいです。
なんか要望ばっかりですみません。。。
これからも応援してます!頑張ってください。
それでは、失礼します。。
ref
27 Aug 08 at 03:03
refさん、いつもコメントありがとうございます!
1つずつ答えたいと思います。
[NicoVideo Stats]
1) [バグ] 自分が投稿した動画
これはスクリプト投稿直前に発覚したのですが、直さず投稿しちゃいました><
早速取りかかろうと思います。
2) [要望] 視覚化方法について
当初そのような方法でやっていたのですが、ちょっと見ずらいなぁという印象でした。
が、これは好みもあるので、カスタマイズできるようにしてみます。
3) nico watch tool
なるほど。これは全く考慮していませんでした。
私もインストールして並びを調整してみます。
[NicoVideo Tag Search Sorting Order]
たしかにこれはソースにコメントもなくて「わかる」以前の問題ですねw
ゴメンナサイ><
スクプトにコメントを追加して、短いエントリでも書いてみようと思います。
要望大歓迎です!
どうか遠慮せず今後もよろしくお願いします^^
kuy
4 Sep 08 at 03:35
はじめまして!NicoVideo Auto Playを使ってみようとインストールしてみましたが、うまく動きません
おそらく公開当初と今ではニコニコ動画の仕様が変ったからだと思いますが…
対応予定はありますか?
Greasemonkeyのバージョンは0.8.20080609.0です
ちゃり
10 Nov 08 at 23:54
ちゃりさん、コメントありがとうございます。
今すぐというわけにはいきませんが対応したいと思います。
最近のシリーズ系動画は投稿者の方がスクリプトで自動ジャンプさせることが多いため、もう需要はないのかなぁと勝手に思い込んでおりました^^
これまで量産したニコ動スクリプトの多くは現状では動かない状態です。もし他にも対応して欲しいものがありましたらまたコメントをお願い致します。
kuy
11 Nov 08 at 16:51
分かりました。気が向いたときでいいので、いずれ対応お願いします!
ちゃり
14 Nov 08 at 22:43
はじめまして
NicoVideo Quality Config を入れてみたのですが
フルスクリーン表示にしようとしても、メニューやコメント部分が
白くなるだけで、フルスクリーンになりません。
これは仕様でしょうか?
ひつぃ
1 May 12 at 05:48
すいません、こっちで他のスクリプトと競合したりしてただけでした!
さっきのコメントとこちらのコメントは忘れて下さい。
ご迷惑おかけしまして、申し訳ありませんでした。
ひつぃ
1 May 12 at 06:02