diff options
author | anekos | 2010-05-16 15:47:10 +0000 |
---|---|---|
committer | anekos | 2010-05-16 15:47:10 +0000 |
commit | 0346f56396cfff9ab29f3de53df64fe092de9f2c (patch) | |
tree | eb4c4b1f68e253e598c456a105ca1435dcc6830d /stella.js | |
parent | 8175622949aa46df7be67df4904076f70b3684a6 (diff) | |
download | vimperator-plugins-0346f56396cfff9ab29f3de53df64fe092de9f2c.tar.bz2 |
pageinfo quality追加
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@37590 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'stella.js')
-rw-r--r-- | stella.js | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -39,7 +39,7 @@ let PLUGIN_INFO = <name lang="ja">すてら</name> <description>For Niconico/YouTube/Vimeo, Add control commands and information display(on status line).</description> <description lang="ja">ニコニコ動画/YouTube/Vimeo 用。操作コマンドと情報表示(ステータスライン上に)追加します。</description> - <version>0.30.2</version> + <version>0.30.3</version> <author mail="anekos@snca.net" homepage="http://d.hatena.ne.jp/nokturnalmortum/">anekos</author> <license>new BSD License (Please read the source code comments of this plugin)</license> <license lang="ja">修正BSDライセンス (ソースコードのコメントを参照してください)</license> @@ -945,6 +945,10 @@ Thanks: [ 'tags', U.toXML(doc.querySelector('#watch-tags > div').innerHTML) + ], + [ + 'quality', + this.quality ] ]; }, |