From 9e13db66a1ca914987e1ff82dd7fe9bb86480f24 Mon Sep 17 00:00:00 2001 From: anekos Date: Sun, 9 Jun 2013 14:44:41 +0900 Subject: Support https://youtube.com --- stella.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'stella.js') diff --git a/stella.js b/stella.js index 425b839..9000ac1 100644 --- a/stella.js +++ b/stella.js @@ -39,7 +39,7 @@ let PLUGIN_INFO = xml` すてら For Niconico/YouTube/Vimeo, Add control commands and information display(on status line). ニコニコ動画/YouTube/Vimeo 用。操作コマンドと情報表示(ステータスライン上に)追加します。 - 0.33.1 + 0.33.2 anekos new BSD License (Please read the source code comments of this plugin) 修正BSDライセンス (ソースコードのコメントを参照してください) @@ -1023,7 +1023,7 @@ Thanks: get totalTime () parseInt(this.player.getDuration()), - get isValid () (this.player && U.currentURL.match(/^http:\/\/(?:[^.]+\.)?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