https://touchcast.ciscape.com/

送信済みURL:
https://touchcast.ciscape.com/
レポート終了日:

リンク · 0件検出

ページから特定された発信リンク

JavaScript変数 · 4件検出

ページのウィンドウオブジェクトにロードされたグローバルのJavaScript変数は関数以外の場所で宣言された変数で、現在のスコープ内であればコードのどこからでもアクセス可能です

名前規模
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
setThemeModefunction

コンソールログメッセージ · 1件検出

Webコンソールにログ記録されたメッセージ

規模分類ログ
errornetwork
URL
https://touchcast.ciscape.com/
テキスト
Failed to load resource: the server responded with a status of 404 (Not Found)

HTML

未加工のHTMLページ本文

<!DOCTYPE html><html lang="en"><head>
        <script type="text/javascript">
            function setThemeMode(){
                let darkTheme = window.matchMedia("(prefers-color-scheme:dark)").matches
                let lightTheme = window.matchMedia("(prefers-color-scheme:light)").matches

                let themeClassName = ''

                if(darkTheme){
                    themeClassName = 'dark-mode'
                }else if(lightTheme){
                    themeClassName = 'light-mode'
                }else{
                    themeClassName = 'dark-mode'
                }
                var element = document.body;
                element.classList.add(themeClassName);
            }

          //window.onload =  setThemeMode()
          </script>
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1">

        <title>Not Found</title>
        <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Inter:300,400,500,600,700">
        <link rel="stylesheet" href="https://touchcast.ciscape.com/ciscape/assets/web/css/404.css?ver=1.351">
    </head>
    <body class="light-mode" onload="setThemeMode()">
        <div class="acc-error-wrapper">
            <div class="acc-error-container">
                <div class="acc-error-left">
                    <img src="https://touchcast.ciscape.com/ciscape/assets/web/images/404-error-v2.png?ver=1.351" alt="">
                </div>
                <div class="acc-error-right">
                    <div class="acc-error-title">Error 404</div>
                    <div class="acc-error-medium-title">Oops! Something went wrong.</div>
                    <div class="acc-error-desc">We could not find the page you are looking for.</div>  
                    <a href="/" class="acc-goto-home-btn">Go to Homepage
                </a></div><a href="/" class="acc-goto-home-btn">
            </a></div><a href="/" class="acc-goto-home-btn">
        </a></div><a href="/" class="acc-goto-home-btn">
    

</a></body></html>