diff options
author | anekos | 2010-07-16 17:26:20 +0000 |
---|---|---|
committer | anekos | 2010-07-16 17:26:20 +0000 |
commit | 91ea5e767bc05012617efd1863de0f9d6b35779e (patch) | |
tree | dad57d1482b1c691e83bb5d8927a946cbd037f2d /stella.js | |
parent | a51e9093f269f788253fc3cf76a23f5936d155cc (diff) | |
download | vimperator-plugins-91ea5e767bc05012617efd1863de0f9d6b35779e.tar.bz2 |
ニコニコ動画の変更に対応
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@37951 d0d07461-0603-4401-acd4-de1884942a52
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.0</version> + <version>0.32.1</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> @@ -1114,7 +1114,7 @@ Thanks: icon: 'http://www.nicovideo.jp/favicon.ico', xpath: { - comment: 'id("des_2")/table[2]/tbody/tr/td[2]' + comment: 'id("des_2")/div/table/tbody/tr[1]/td[2]' }, initialize: function () { |