diff options
author | anekos | 2011-04-12 18:50:07 +0900 |
---|---|---|
committer | anekos | 2011-04-12 18:50:07 +0900 |
commit | 8fdbad7ccb6c1cde956480546c139ff9d958b929 (patch) | |
tree | 49b48c85f3ef1b640063db9b5cc23a6249487a91 | |
parent | 2cb98ee67e0331695dad0d63947198a2320ba12d (diff) | |
download | vimperator-plugins-8fdbad7ccb6c1cde956480546c139ff9d958b929.tar.bz2 |
Vimeo の変更に対応
Thanks, 515!
http://twitter.com/#!/5_1_5/status/57636187657093120
-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.6</version> + <version>0.32.7</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> @@ -1506,7 +1506,7 @@ Thanks: set muted (value) (this.volume = value ? 0 : 100), get player () - this.__initializePlayer(content.document.querySelector('.player > object').wrappedJSObject), + this.__initializePlayer(content.document.querySelector('.vimeo_holder * object').wrappedJSObject), get ready () !!this.player, |