- Scan ID:
- f159f037-fff1-41d8-92d3-cc7e99cc808cFinished
- Submitted URL:
- https://melodycraft.me/unsubscribeRedirected
- Report Finished:
Links · 0 found
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
Name | Type |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
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>