diff options
author | anekos | 2010-12-12 18:07:46 +0900 |
---|---|---|
committer | anekos | 2010-12-12 18:09:33 +0900 |
commit | ecd86c17f9b130bcb187341c20eb8438528275ce (patch) | |
tree | 1a5f56b414981a645e08c432cbf90d5109cbf5bb /stella.js | |
parent | 15e1d8cf49d4ba2134883b04806f3e81e603745b (diff) | |
download | vimperator-plugins-ecd86c17f9b130bcb187341c20eb8438528275ce.tar.bz2 |
Follow nico change
Diffstat (limited to 'stella.js')
-rw-r--r-- | stella.js | 4 |
1 files changed, 2 insertions, 2 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.32.3</version> + <version>0.32.4</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> @@ -1115,7 +1115,7 @@ Thanks: icon: 'http://www.nicovideo.jp/favicon.ico', xpath: { - comment: 'id("des_2")/div/table/tbody/tr[1]/td[2]' + comment: 'id("itab_description")' }, initialize: function () { |