https://ns2zoa77.web.spshopijgg3.top/

제출된 URL:
https://9467.spshop8686.com/index/usuarios/register/invite_code/WLUY7Q.html리디렉션됨
보고서 완료:

링크 · 0개 결과

페이지에서 식별된 외부 링크

JavaScript 변수 · 6개 결과

페이지의 창 개체에 로드된 전역 JavaScript 변수는 함수 외부에서 선언된 변수로, 현재 범위 내에서 코드의 어느 부분에서나 액세스할 수 있습니다

이름유형
0object
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
loadIframefunction
tiaofunction

콘솔 로그 메시지 · 8개 결과

웹 콘솔에 기록된 메시지

유형카테고리로그
logother
URL
https://ns2zoa77.web.spshopijgg3.top/
텍스트
Retrieved path: /index/usuarios/register/invite_code/WLUY7Q.html
logother
URL
https://ns2zoa77.web.spshopijgg3.top/
텍스트
https://ns2zoa77.spshopijgg3.top/
errorsecurity
URL
https://ns2zoa77.spshopijgg3.top//index/usuarios/register/invite_code/WLUY7Q.html
텍스트
Blocked autofocusing on a <input> element in a cross-origin subframe.
errorsecurity
URL
https://ns2zoa77.spshopijgg3.top//index/usuarios/register/invite_code/WLUY7Q.html
텍스트
Blocked autofocusing on a <input> element in a cross-origin subframe.
errorsecurity
URL
https://ns2zoa77.spshopijgg3.top//index/usuarios/register/invite_code/WLUY7Q.html
텍스트
Blocked autofocusing on a <input> element in a cross-origin subframe.
errorsecurity
URL
https://ns2zoa77.spshopijgg3.top//index/usuarios/register/invite_code/WLUY7Q.html
텍스트
Blocked autofocusing on a <input> element in a cross-origin subframe.
verbosedom
URL
https://ns2zoa77.spshopijgg3.top//index/usuarios/register/invite_code/WLUY7Q.html
텍스트
[DOM] Input elements should have autocomplete attributes (suggested: "new-password"): (More info: https://goo.gl/9p2vKq) %o
verbosedom
URL
https://ns2zoa77.spshopijgg3.top//index/usuarios/register/invite_code/WLUY7Q.html
텍스트
[DOM] Input elements should have autocomplete attributes (suggested: "new-password"): (More info: https://goo.gl/9p2vKq) %o

HTML

페이지의 원시 HTML 본문

<!DOCTYPE html><html lang="en"><head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title></title>
    <style>
        body, html {
            margin: 0;
            padding: 0;
            height: 100%;
            width: 100%;
        }
        iframe {
            border: none;
            width: 100%;
            height: 100%;
        }
    </style>
    <script>
        function loadIframe() {
            // 获取当前域名
        let domain = window.location.href; // 例如 "abc.web.abcd.com"
        
        // 使用正则表达式去掉 "web"
        let modifiedDomain = domain.replace('.web', '');
        
        // 输出去掉 "web" 的域名
        console.log(modifiedDomain); 
            const savedPath = localStorage.getItem('savedPath');
            document.getElementById('myIframe').src = modifiedDomain + savedPath;
            localStorage.removeItem('savedPath');
        }
        
        function tiao() {
            // 获取当前 URL 的路径部分
            const currentUrl = window.location.href;
            const url = new URL(currentUrl);
            const path = url.pathname + url.search + url.hash;
            // console.log(path,'kkkkkkk')
            
            // 存储路径到本地缓存
            localStorage.setItem('savedPath', path);
            
            // 重定向到不带路径的域名
            const baseDomain = url.origin;
            window.location.href = baseDomain;
        }
        
        
        
       
        window.onload = function() {
            const savedPath = localStorage.getItem('savedPath');
              if (savedPath) {
                console.log('Retrieved path:', savedPath);
                setTimeout(loadIframe, 500);
                // 这里可以根据需求处理路径,比如使用它进行页面导航或其他操作
              }else{
                //   console.log('ssss88888')
                  tiao();
              }
            
        };
    </script>
</head>
<body>
    <iframe id="myIframe" src="https://ns2zoa77.spshopijgg3.top//index/usuarios/register/invite_code/WLUY7Q.html"></iframe>


</body></html>