1 Star 0 Fork 0

thanatos/one

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.html 1.37 KB
一键复制 编辑 原始数据 按行查看 历史
thanatos 提交于 2021-10-09 00:02 +08:00 . update index.html.
<!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.8090.la/api/?url=",
"https://jx.renrenmi.cc/?url=",
"http://api.u1o.net/?url=",
"https://jx.parwix.com:4433/player/?url=",
"https://jx.ap2p.cn/?url=",
"http://jx.hao-zsj.cn/vip/?url=",
"https://www.ckplayer.vip/jiexi/?url=",
"https://okjx.cc/?url=",
"https://www.1717yun.com/jx/ty.php?url=",
"https://jiexi.us/?url=",
"https://api.jiexi.la/?url=",
"https://j.sviplan.cn/?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' referrerPolicy='no-referrer' src=" +
URL +
"></iframe>";
}
document.write(iframeHtml);
</script>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
HTML
1
https://gitee.com/thanatos518/one.git
git@gitee.com:thanatos518/one.git
thanatos518
one
one
master

搜索帮助