|
|
|
@ -2173,7 +2173,7 @@ function extension(){ |
|
|
|
|
html = html.replace(/api\"\:csp/g,'api":"csp').replace(reg, function(word) {
|
|
|
|
|
return /^\/{2,}/.test(word) || /^\/\*/.test(word) ? "" : word;
|
|
|
|
|
}).replace(/^.*#.*$/gm,"").replace(/\,\,/g,',');//.replace(/=\\n\"/g,'="')|[\t\r\n]
|
|
|
|
|
log(html); |
|
|
|
|
//log(html);
|
|
|
|
|
eval('var data = ' + html) |
|
|
|
|
//var data = JSON.parse(html);
|
|
|
|
|
var jiekou = data.sites||[]; |
|
|
|
|