You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Juying/SrcJiexi.html

22 lines
814 B

<!doctype html>
<html>
<head>
<title>解析</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE10" />
<meta name="renderer" content="webkit|ie-comp|ie-stand">
<meta name="viewport" content="width=device-width">
</head>
<body>
<script>
var apiArray=["https://www.nxflv.com/?url=","https://www.1717yun.com/api/?url="];
var origin=document.location.href.split("url=")[1];
var iframeHtml="";
for(var i=0;i<apiArray.length;i++){
var URL=apiArray[i]+origin;
iframeHtml=iframeHtml+"<iframe sandbox='allow-scripts allow-same-origin allow-forms' frameborder='0' allowfullscreen='true' webkitallowfullscreen='true' mozallowfullscreen='true' src="+URL+"></iframe>";
}
document.write(iframeHtml);
</script>
</body>
</html>