https://sms.next/Cv231YOrQZ

送信済みURL:
https://sms.next/Cv231YOrQZ
レポート終了日:

リンク · 0件検出

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

JavaScript変数 · 3件検出

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

名前規模
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject

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

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

規模分類ログ
errornetwork
URL
https://sms.next/Cv231YOrQZ
テキスト
Failed to load resource: the server responded with a status of 404 ()
errornetwork
URL
https://sms.next/favicon.ico
テキスト
Failed to load resource: the server responded with a status of 404 ()

HTML

未加工のHTMLページ本文

<!DOCTYPE html><html><head>
        <meta charset="utf-8">
        <title>Invalid link</title>
        <meta name="viewport" content="width=device-width, initial-scale=1">
    <style>
        html, body {
            width: 100%;
            height: 100%;
            backround-color: #F5F7FA;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            align-content: center;
            font-family: system-ui, sans-serif;
        }

        h1, p {
            display: flex;
            text-align: center;
            margin: 36px;
        }

        h1 {
            font-weight: bold;
            font-size: 36px;
            color: #475266;
        }

        p {
            font-size: 18px;
            justify-content: center;
            margin-top: 0;
            color: #666F80;
            max-width: 680px;
            line-height: 24px;
        }
    </style></head>
    
    <body>
        <h1>Sorry, this link is not valid anymore.</h1>
        <p>The link is either invalid or already expired. If you wanted to unsubscribe from this type of communication,
            please, contact our customer support.</p>
    
</body></html>