From 8fdbad7ccb6c1cde956480546c139ff9d958b929 Mon Sep 17 00:00:00 2001
From: anekos
Date: Tue, 12 Apr 2011 18:50:07 +0900
Subject: Vimeo の変更に対応
Thanks, 515!
http://twitter.com/#!/5_1_5/status/57636187657093120
---
stella.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'stella.js')
diff --git a/stella.js b/stella.js
index 2575d80..c0719a2 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.32.6
+ 0.32.7
anekos
new BSD License (Please read the source code comments of this plugin)
修正BSDライセンス (ソースコードのコメントを参照してください)
@@ -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,
--
cgit v1.2.3