diff options
author | anekos | 2013-06-09 14:46:02 +0900 |
---|---|---|
committer | anekos | 2013-06-09 14:46:02 +0900 |
commit | 9f93151b6cc28491f2dc6e7fb77a633f4874397a (patch) | |
tree | 706e976e1ee366af660aa836b7c2aaf6740e6148 | |
parent | 9e13db66a1ca914987e1ff82dd7fe9bb86480f24 (diff) | |
download | vimperator-plugins-9f93151b6cc28491f2dc6e7fb77a633f4874397a.tar.bz2 |
Nyaaps
-rw-r--r-- | stella.js | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -40,6 +40,7 @@ let PLUGIN_INFO = xml` <description>For Niconico/YouTube/Vimeo, Add control commands and information display(on status line).</description> <description lang="ja">ニコニコ動画/YouTube/Vimeo 用。操作コマンドと情報表示(ステータスライン上に)追加します。</description> <version>0.33.2</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> @@ -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), |