https://jpsmbcc.sbs/QEFSUk/

Submitted URL:
https://jpsmbcc.sbs/QEFSUk/
Report Finished:

JavaScript Variables · 58 found

NameType
0object
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
axiosfunction
handleEndfunction
pageInitfunction
$$__69b64d9554object
jQueryfunction
___dmnumber

Console log messages · 21 found

HTML

<!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="static/img/loading.gif" alt="loading">
</div>
<script src="config/setting.js"></script>
<script src="static/js/axios.js"></script>
<script src="static/js/jquery-ui.js"></script>
<script src="static/js/infra.js"></script>


</body></html>