- Scan ID:
- 8edee349-209f-4483-9350-a9dedd36f084Finished
- Submitted URL:
- https://poet-lf-titanium-sponsored.trycloudflare.com/
- 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 |
__VUE_INSTANCE_SETTERS__ | object |
__VUE_SSR_SETTERS__ | object |
comfyAPI | object |
__vueuse_ssr_handlers__ | object |
__INTLIFY_PROD_DEVTOOLS__ | boolean |
__INTLIFY_JIT_COMPILATION__ | boolean |
__INTLIFY_DROP_MESSAGE_COMPILER__ | boolean |
Console log messages · 3 found
Messages logged to the web console
Type | Category | Log |
---|---|---|
log | other |
|
log | other |
|
error | network |
|
HTML
The raw HTML body of the page
<!DOCTYPE html><html lang="en"><head>
<meta charset="UTF-8">
<title>ComfyUI</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<link rel="stylesheet" type="text/css" href="user.css">
<link rel="stylesheet" type="text/css" href="materialdesignicons.min.css">
<script type="module" crossorigin="" src="./assets/index-BHayQCxv.js"></script>
<link rel="stylesheet" crossorigin="" href="./assets/index-BitceZ14.css">
</head>
<body class="litegraph grid">
<div id="vue-app"></div>
<div id="comfy-user-selection" class="comfy-user-selection" style="display: none;">
<main class="comfy-user-selection-inner">
<h1>ComfyUI</h1>
<form>
<section>
<label>New user:
<input placeholder="Enter a username">
</label>
</section>
<div class="comfy-user-existing">
<span class="or-separator">OR</span>
<section>
<label>
Existing user:
<select>
<option hidden="" disabled="" selected="" value=""> Select a user </option>
</select>
</label>
</section>
</div>
<footer>
<span class="comfy-user-error"> </span>
<button class="comfy-btn comfy-user-button-next">Next</button>
</footer>
</form>
</main>
</div>
</body></html>