- Scan ID:
- 739f6845-d2e8-41a5-8183-9302b642043aFinished
- Submitted URL:
- https://code.gist.build/renderer/0.4.2/index.html
- Report Finished:
Links · 0 found
The outgoing links identified from the page
JavaScript Variables · 14 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 |
sizeChangeReportingIntervalId | number |
loadMessage | function |
addDartRendererJs | function |
loadScriptWithCallback | function |
embedMessageIntoBody | function |
loadHTMLMessage | function |
keepReportingSizeChanges | function |
Console log messages · 0 found
Messages logged to the web console
HTML
The raw HTML body of the page
<!DOCTYPE html><html><head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<style>
html::-webkit-scrollbar {
display: none;
}
html {
scrollbar-width: none;
}
body {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
</style>
</head>
<body>
<script src="main.min.js" type="application/javascript"></script>
</body></html>