kaktuz


修正情報

  • 2010.08.15 記
  • DarkKnight さんのサイトスクリプト、
kaktuz.site.js (date: 2008/11/02, version: 0.1) 
 に基づきます。

  • 108行目
 修正前
text.match( /<h1 style=".*">(.*?)<\/h1>/ );
 を
text.match( /<h1.*?>(.*?)<\/h1>/ );
  • 111-112行目
 修正前
text.match( /content_video=(.*?)&content_onComplete/ );
var realUrl = RegExp.$1;
 を
if ( !text.match( /s1\.addVariable\('file','(.+?)'\);/ ) ) return null;
var realUrl = decodeURIComponent( RegExp.$1 );





名前:
コメント:

最終更新:2010年08月25日 11:58