https://mxm.mxmfb.com/rsps/m/ke5RxuTTnbnJE1iLmK1xIi0XIDkEhKZwNmRYPZ-Ewbk

送信済みURL:
https://mxm.mxmfb.com/rsps/m/ke5RxuTTnbnJE1iLmK1xIi0XIDkEhKZwNmRYPZ-Ewbk
レポート終了日:

リンク · 0件検出

JavaScript変数 · 3件検出

名前規模
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject

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

HTML

<!DOCTYPE html><html lang="en"><head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Unsubscribe</title>
    <link rel="stylesheet" type="text/css" href="/scripts/build/rsps-handler.bundle.css">
        <style>
        body {
            --bs-body-bg: #FFFFFF;
            --bs-body-color: #000000;
            --bs-body-text-align: left;
        }

        /*
         * Customise Bootstrap button colours
         * https://getbootstrap.com/docs/5.3/components/buttons/#variables
         */
        .btn-primary {
            --bs-btn-bg: #588DC3;
            --bs-btn-border-color: #588DC3;
            --bs-btn-disabled-bg: #588DC3;
            --bs-btn-disabled-border-color: #588DC3;
            --bs-btn-hover-bg: color-mix(in srgb, #588DC3, white 15%);
            --bs-btn-hover-border-color: color-mix(in srgb, #588DC3, white 20%);
            --bs-btn-active-bg: color-mix(in srgb, #588DC3, white 20%);
            --bs-btn-active-border-color: color-mix(in srgb, #588DC3, white 25%);

            --bs-btn-color: #FFFFFF;
            --bs-btn-hover-color: #FFFFFF;
            --bs-btn-active-color: #FFFFFF;
            --bs-btn-disabled-color: #FFFFFF;
        }
    </style>
</head>
<body>
    <div class="container-md">
        <hr style="border-width: 2px">
            <h1>Unsubscribe</h1>
    <p>Are you sure you want to unsubscribe?</p>
    <form method="post" action="" accept-charset="utf-8">
        <input type="hidden" name="confirm" value="1">
        <input id="submitBtn" type="submit" name="submit" value="Unsubscribe" class="btn btn-primary">
    </form>
            <hr style="border-width: 2px">
    </div>


</body></html>