https://melodycraft.me/unsubscribe/

Submitted URL:
https://melodycraft.me/unsubscribeRedirected
Report Finished:

The outgoing links identified from the page

JavaScript Variables · 3 found

Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope

NameType
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject

Console log messages · 0 found

Messages logged to the web console

HTML

The raw HTML body of the page

<html><head></head><body><div class="message error">Error: Record does not exist.</div>
<style>
    .message {
        padding: 10px;
        margin: 10px 0;
        border-radius: 5px;
        font-size: 16px;
    }
    
    .success {
        background-color: #d4edda;
        color: #155724;
        border: 1px solid #c3e6cb;
    }
    
    .error {
        background-color: #f8d7da;
        color: #721c24;
        border: 1px solid #f5c6cb;
    }
</style>


</body></html>