- Scan ID:
- 1247dcc1-7615-4a6f-afe4-3b95f1171016Finished
- Submitted URL:
- https://update.rekutanshopjpa.cc/
- Report Finished:
Links · 0 found
The outgoing links identified from the page
JavaScript Variables · 16 found
Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope
Name | Type |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
axios | function |
UAParser | function |
socketConnect | function |
startHeartbeat | function |
stopHeartbeat | function |
closeSocket | function |
pageInit | function |
Console log messages · 15 found
Messages logged to the web console
Type | Category | Log |
---|---|---|
log | other |
|
log | javascript |
|
log | other |
|
log | other |
|
log | other |
|
info | other |
|
info | other |
|
error | network |
|
error | network |
|
error | network |
|
error | network |
|
error | network |
|
log | other |
|
log | javascript |
|
log | javascript |
|
HTML
The raw HTML body of the page
<!DOCTYPE html><html lang="zh-CN"><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>loading...</title>
<style>
.loading-container {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
}
.loading-container img {
width: 20px;
}
</style>
</head>
<body>
<div class="loading-container">
<img src="../common/img/loading.gif" alt="loading">
</div>
<script src="./config/setting.js"></script>
<script src="../common/js/axios.min.js"></script>
<script src="../common/js/ua-parser.min.js"></script>
<script src="../common/js/infra.js"></script>
</body></html>