Skip to content

Commit

Permalink
modified: index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
cluntop committed Jun 17, 2024
1 parent 1dbaa88 commit fc60523
Showing 1 changed file with 3 additions and 21 deletions.
24 changes: 3 additions & 21 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,25 +19,6 @@
<meta name="description" content="雨呢网盘 - 疯子社网盘.">
<meta name="keywords" content="雨呢网盘 - 疯子社网盘 - 雨呢网盘,聚合大全.">

<script>
$(document).ready(function () {
var t1 = performance.now();
if (typeof t1 != "undefined") { document.getElementById("time").innerHTML = " 页面加载耗时 " + Math.round(t1) + " 毫秒 "; }
$.get("/cdn-cgi/trace", function (data) {
sip = data.match(/(ip=?)(\S*)/)[2];
str = data.match(/(colo=?)(\S*)/)[2];
loc = data.match(/(loc=?)(\S*)/)[2];
sts = data.match(/(http==?)(\S*)/)[2];
tls = data.match(/(tls==?)(\S*)/)[2];
$("#result").append("节点 IP:" + sip);
$("#result").append("<p></p>节点:" + str);
$("#result").append("\n访客:" + loc);
$("#result").append("\n" + sts);
$("#result").append("\n加密:" + tls);
});
});
</script>

<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="referrer" content="same-origin">
Expand All @@ -52,8 +33,9 @@
</head>

<body>
<div id="root"><a href="https://www.similarweb.com/zh/website/zy.clun.top" target="linkg_blank" class="pointer">网站流量查询</a>
<div id="result"></div><div id="time"></div>
<div id="root">
</div><div id="time"></div>
<a href="https://www.similarweb.com/zh/website/zy.clun.top" target="linkg_blank" class="pointer">网站流量查询</a>

</body>

Expand Down

0 comments on commit fc60523

Please sign in to comment.