https://ctost.com/

Submitted URL:
https://ctost.com/
Report Finished:

The outgoing links identified from the page

JavaScript Variables · 4 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
0object
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject

Console log messages · 0 found

Messages logged to the web console

HTML

The raw HTML body of the page

<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><title></title><meta name="description" content=""><style>    body {margin: 0;padding: 0;width: 100%;height: 100%;}
    .content {
        width: 475px;margin: 0 auto;
    }
    #iframe {
        width: 100%;
        height: 100vh;
        border-top: none;
        border-bottom: none;
        border-left: 1px solid rgb(238 234 234);
        border-right: 1px solid rgb(238 234 234);
    }
</style></head><body><div class="content"><iframe id="iframe" src="/?type=1"></iframe></div></body></html>