- ID de exploración:
- bd7179f7-19e1-43dd-9d95-1f2b1aa78100Finalizado
- URL enviada:
- https://mxm.mxmfb.com/rsps/m/ke5RxuTTnbnJE1iLmK1xIi0XIDkEhKZwNmRYPZ-Ewbk
- Informe finalizado:
Enlaces: 0 encontrados
Los enlaces salientes identificados en la página
Variables JavaScript: 3 encontradas
Las variables JavaScript globales cargadas en el objeto de ventana de una página son variables declaradas fuera de las funciones y a las que se puede acceder desde cualquier lugar del código en el ámbito actual
Nombre | Tipo |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
Mensajes de registro de la consola: 0 encontrados
Mensajes registrados en la consola web
HTML
El cuerpo HTML sin procesar de la página
<!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>