https://88pki.r.ag.d.sendibm3.com/mk/un/sh/SMJz09a0vkbXrHifdaosSWI4IULs/CAahIa9hFB2X

Eingereichte URL:
https://88pki.r.ag.d.sendibm3.com/mk/un/sh/SMJz09a0vkbXrHifdaosSWI4IULs/CAahIa9hFB2X
Bericht beendet:

Die von der Seite ausgehenden identifizierten Links

JavaScript-Variablen · 6 gefunden

Globale JavaScript-Variablen, die in das Window Object einer Seite geladen werden, sind Variablen, die außerhalb von Funktionen deklariert werden und von jeder Stelle des Codes innerhalb des aktuellen Bereichs zugänglich sind

NameTyp
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
$function
jQueryfunction
submit_formfunction

Konsolenprotokoll-Meldungen · 0 gefunden

In der Web-Konsole protokollierte Meldungen

HTML

Der HTML-Rohtext der Seite

<!DOCTYPE html><html><head>
    <title>Unsubscribe</title>
    
    <link href="https://fonts.googleapis.com/css?family=Open+Sans:400,700" rel="stylesheet">
    <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
    <script>
        function submit_form(submit_type) {
            document.unsubscribeForm.submit_type.value = submit_type;
            document.unsubscribeForm.submit();
        }
        $(document).ready(function() {
            var u = "";
            if (u != '') {
                var defaultDesign = JSON.parse(u);
								if (typeof(defaultDesign) == "string"){
									defaultDesign = JSON.parse(defaultDesign);
								}
                if (defaultDesign.rowhtml != '' && defaultDesign.rowhtml != undefined) {
                    $('#header').html(defaultDesign.rowhtml);
                }
                if (defaultDesign.description != '' && defaultDesign.description != undefined) {
                    $('#unsubscribe-box p').html(defaultDesign.description);
                }
                if (defaultDesign.button_text != '' && defaultDesign.button_text != undefined) {
                    $('#unsubscribe-button').val(defaultDesign.button_text);
                }
                if (defaultDesign.csscontent != '' && defaultDesign.csscontent != undefined) {
                    defaultDesign = defaultDesign.csscontent;
                }
                for (i = 0; i < defaultDesign.length; i++) {
                    var inputName = defaultDesign[i].name;
                    var inputValue = defaultDesign[i].value;
                    $('[name=' + inputName + ']').val(inputValue).css('background-color', inputValue);
                    if (inputName == 'heading-color') {
                        $('#unsubscribe-box h1').css('color', inputValue);
                    } else if (inputName == 'body_img') {
                        $('body').css('background-image', "url('" + inputValue + "')");
                    } else if (inputName == 'color') {
                        $('body').css('background-color', inputValue);
                    } else if (inputName == 'description-color') {
                        $('#unsubscribe-box p').css('color', inputValue);
                    } else if (inputName == 'subscription-button-color') {
                        $('#unsubscribe-button').css('color', inputValue);
                    } else if (inputName == 'subscription-bg-color') {
                        $('#unsubscribe-button').css('background', inputValue);
                    } else if (inputName == 'container_color') {
                        $('#unsubscribe-box .container').css('background', inputValue);
                    } else if (inputName == 'fontheader') {
                        $('#unsubscribe-box h1').css('font-family', inputValue);
                    } else if (inputName == 'fontdesc') {
                        $('#unsubscribe-box p').css('font-family', inputValue);
                    } else if (inputName == 'fontbutton') {
                        $('#unsubscribe-button').css('font-family', inputValue);
                    } else if (inputName == 'inner_containercolor') {
                        $('#unsubscribe-box .inner-container').css('background', inputValue);
                    }
                }
            }
        });
    </script>
    <style>
        html,
        body {
            height: 100%;
        }

        body,
        button,
        input {
            font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        }

        body {
            font-size: 1rem;
            color: #676a6c;
            line-height: 1.75rem;
            padding: 0;
            margin: 0;
            background-color: #FFFFFF;
        }

        h1 {
            font-size: 1.56rem;
            font-weight: normal;
            color: #343434;
        }

        #unsubscribe-box {
            max-width: 570px;
            margin: auto;
            text-align: center;
            padding: 2rem;
            position: relative;
            top: 50%;
            transform: translateY(-50%);

            border-radius: 5px;
        }

        .inner-container {
            background: #f7f7f7;
            padding: 10px;
            border-radius: 10px;
        }

        .container {
            position: relative;
            border-width: 0;
            border-color: transparent;
            max-width: 540px;
            margin: 0 auto;
            background-color: #ffffff;
            padding: 20px;
            line-height: 150%;
            border-radius: 4px;
        }

        #unsubscribe-button {
            background: :#050505;
            background-color: #050505;
            padding: 0.75rem 2rem;
            border: none;
            color: #fff;
            border-radius: 5px;
            font-size: 0.875rem;
            font-weight: 300;
            text-transform: uppercase;
            margin: 2rem auto 1rem;
						cursor: pointer;
        }

        p {
            margin: auto;
            color: #858585;
            font-size: 1rem;
            text-align: left;
        }

        .unsubscribe-email {
            text-align: center;
        }
    </style>
</head>

<body>
    <div id="unsubscribe-box">
        <div class="container">
            <div id="header">
                <h1>Unsubscribe</h1>
            </div>
            <div class="inner-container">
                <p>Click on "Unsubscribe" to stop receiving emails from this sender on this email address: </p>
                <div class="unsubscribe-email"><strong>[email protected]</strong></div>
                <form action="/mk/un/do" method="post">
                    <input type="hidden" name="encryptedData" value="">
                    <input type="submit" id="unsubscribe-button" value="Unsubscribe">
                    <input type="hidden" name="hadCustomSuccessMsg" value="N">
                    <input type="hidden" name="shortenCode" value="CAahIa9hFB2X">
                    <input type="hidden" name="encodedUrlPrefix" value="SMJz09a0vkbXrHifdaosSWI4IULs">
                    <input type="hidden" name="userDeleted" value="0">
                    <input type="hidden" name="isBot" value="1">
               </form>
            </div>
        </div>
    </div>



</body></html>