From 53f2ddb7e20389313a6d18f2478039c811a391a8 Mon Sep 17 00:00:00 2001 From: anekos Date: Wed, 17 Feb 2010 14:29:16 +0000 Subject: :pageinfo の表記がおかしくなる問題にテケトーに対処 git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@36788 d0d07461-0603-4401-acd4-de1884942a52 --- stella.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stella.js b/stella.js index 14c5fd8..f12a0fb 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.24.1 + 0.24.2 anekos new BSD License (Please read the source code comments of this plugin) 修正BSDライセンス (ソースコードのコメントを参照してください) @@ -932,7 +932,7 @@ Thanks: set muted (value) (this.player.ext_setMute(value), value), get pageinfo () [ - ['comment', U.xpathGet(this.xpath.comment).innerHTML] + ['comment', U.xpathGet(this.xpath.comment).innerHTML.replace(/
/g, '
')] ], get player () U.getElementByIdEx('flvplayer'), -- cgit v1.2.3