- 扫描 ID:
- c693e7dc-c31e-40c2-b0d6-7d45b5dcdd70已完成
- 提交的 URL:
- https://breengrub.com/
- 报告完成时间:
链接 · 找到 0 个
从页面中识别出的传出链接
JavaScript 变量 · 找到 13 个
在页面窗口对象上加载的全局 JavaScript 变量是在函数外部声明的变量,可以从当前范围内的代码中的任何位置访问
名称 | 类型 |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
alyxW | function |
alyxf | function |
alyxe | function |
alyxX | function |
gordona1 | function |
gordona2 | function |
gordonf | function |
控制台日志消息 · 找到 0 条
记录到 Web 控制台的消息
HTML
页面的原始 HTML 正文
<!DOCTYPE html><html lang="en"><head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SOON.loading</title>
<link rel="icon" href="assets/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="assets/styles.css">
<style>
.fade-out {
animation: fadeOut 0.3s ease forwards;
}
.fade-in {
animation: fadeIn 0.3s ease forwards;
}
.text-red {
color: red;
}
@keyframes fadeOut {
0% {
opacity: 1;
transform: scale(1);
}
100% {
opacity: 0;
transform: scale(0.9); /* Slightly shrink during fade-out */
}
}
@keyframes fadeIn {
0% {
opacity: 0;
transform: scale(0.9); /* Start slightly shrunk */
}
100% {
opacity: 1;
transform: scale(1); /* Scale back to normal */
}
}
</style></head>
<body>
<div class="container">
<div class="page-text">SOON</div>
<div class="countdown animate" id="countdown">1 6 17 21</div>
</div>
<script src="assets/ivhlmzmxv_xzhxzwv.js"></script>
<script src="assets/tvgvrzj_are_not_for_lvitvtx.js"></script>
<script defer="" src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon="{"rayId":"8e28cc832f8f2fca","version":"2024.10.5","r":1,"serverTiming":{"name":{"cfExtPri":true,"cfL4":true,"cfSpeedBrain":true,"cfCacheStatus":true}},"token":"83320143cbb643839c1365c634222c0b","b":1}" crossorigin="anonymous"></script>
</body></html>