- Scan ID:
- e019f946-27b2-4878-b55d-cee6dbe51ac5Finished
- Submitted URL:
- https://akae.es/monolocoRedirected
- Report Finished:
Links · 0 found
The outgoing links identified from the page
JavaScript Variables · 12 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 |
---|---|
0 | object |
1 | object |
2 | object |
3 | object |
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
scrollCounter | number |
scrollText | string |
scrollDelay | number |
Console log messages · 0 found
Messages logged to the web console
HTML
The raw HTML body of the page
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head>
<title>:::Www.cocomonoloco.tK:::</title>
<script language="JavaScript">
var scrollCounter = 0;
var scrollText = "Francisco Maestre y Ole pulsa ctrl+d para agregar esta pagina a favoritos pulsa alt+F4 para super menu secreto si puedes leer esto no necesitas gafas si no tienes javascript activado seguramente no estas leyendo esto ";
var scrollDelay = 120;
var i = 0;
while (i ++ < 140)
scrollText = " " + scrollText;
function Scroller()
{window.status = scrollText.substring(scrollCounter++,
scrollText.length);
if (scrollCounter == scrollText.length)
scrollCounter = 0;
setTimeout("Scroller()", scrollDelay);
}
Scroller();
//-->
</script>
</head>
<frameset rows="140,*" cols="200,*" frameborder="no" framespacing="0">
<frame name="cornerFrame" scrolling="NO" noresize="" src="esquina.html">
<frame name="topFrame" scrolling="NO" noresize="" src="titulo.html">
<frame name="leftFrame" scrolling="NO" noresize="" src="menu.html">
<frame name="mainFrame" src="principal.html">
</frameset>
<noframes>Si puedes leer esto es porque tu navegador no soporta marcos. Lo mas seguro es que tampoco puedas ver las fotos, asi que usa otro navegador. <br>
</br>
</noframes>
</html>