From 9f93151b6cc28491f2dc6e7fb77a633f4874397a Mon Sep 17 00:00:00 2001
From: anekos
Date: Sun, 9 Jun 2013 14:46:02 +0900
Subject: Nyaaps
---
stella.js | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
(limited to 'stella.js')
diff --git a/stella.js b/stella.js
index 9000ac1..2ddf58f 100644
--- a/stella.js
+++ b/stella.js
@@ -40,6 +40,7 @@ let PLUGIN_INFO = xml`
For Niconico/YouTube/Vimeo, Add control commands and information display(on status line).
ニコニコ動画/YouTube/Vimeo 用。操作コマンドと情報表示(ステータスライン上に)追加します。
0.33.2
+
anekos
new BSD License (Please read the source code comments of this plugin)
修正BSDライセンス (ソースコードのコメントを参照してください)
@@ -1023,7 +1024,7 @@ Thanks:
get totalTime () parseInt(this.player.getDuration()),
- get isValid () (this.player && U.currentURL.match(/^https:\/\/(?:[^.]+\.)?youtube\.com\/watch/)),
+ get isValid () (this.player && U.currentURL.match(/^https?:\/\/(?:[^.]+\.)?youtube\.com\/watch/)),
get volume () parseInt(this.player.getVolume()),
set volume (value) (this.player.setVolume(value), this.volume),
--
cgit v1.2.3