diff options
author | anekos | 2010-09-16 13:58:44 +0000 |
---|---|---|
committer | anekos | 2010-09-16 13:58:44 +0000 |
commit | 414c65641ce107ed530dcc7f958498ec25dd1f44 (patch) | |
tree | a523d34610785e19cfaace57b7bed08405da8c4a /stella.js | |
parent | 79ea7048ae19d0b7b4ce94558aaed1d3972629fd (diff) | |
download | vimperator-plugins-414c65641ce107ed530dcc7f958498ec25dd1f44.tar.bz2 |
NPObject 云々にたいしょ
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@38478 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'stella.js')
-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.1</version> + <version>0.32.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> @@ -1171,7 +1171,7 @@ Thanks: ]; }, - get player () U.getElementByIdEx('flvplayer'), + get player () content.document.getElementById('flvplayer').wrappedJSObject.__proto__, get playerContainer () U.getElementByIdEx('flvplayer_container'), |