From 0346f56396cfff9ab29f3de53df64fe092de9f2c Mon Sep 17 00:00:00 2001 From: anekos Date: Sun, 16 May 2010 15:47:10 +0000 Subject: pageinfo quality追加 git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@37590 d0d07461-0603-4401-acd4-de1884942a52 --- stella.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'stella.js') diff --git a/stella.js b/stella.js index a62f653..16566e9 100644 --- a/stella.js +++ b/stella.js @@ -39,7 +39,7 @@ let PLUGIN_INFO = すてら For Niconico/YouTube/Vimeo, Add control commands and information display(on status line). ニコニコ動画/YouTube/Vimeo 用。操作コマンドと情報表示(ステータスライン上に)追加します。 - 0.30.2 + 0.30.3 anekos new BSD License (Please read the source code comments of this plugin) 修正BSDライセンス (ソースコードのコメントを参照してください) @@ -945,6 +945,10 @@ Thanks: [ 'tags', U.toXML(doc.querySelector('#watch-tags > div').innerHTML) + ], + [ + 'quality', + this.quality ] ]; }, -- cgit v1.2.3