- 扫描 ID:
- 2534503a-063d-470a-9037-8c9320feb85c已完成
- 提交的 URL:
- https://sgx.8scloud.eu.org/
- 报告完成时间:
链接 · 找到 0 个
从页面中识别出的传出链接
JavaScript 变量 · 找到 8 个
在页面窗口对象上加载的全局 JavaScript 变量是在函数外部声明的变量,可以从当前范围内的代码中的任何位置访问
名称 | 类型 |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
FontAwesomeConfig | object |
___FONT_AWESOME___ | object |
Vue3Toastify | object |
__vueuse_ssr_handlers__ | object |
__VUE__ | boolean |
控制台日志消息 · 找到 5 条
记录到 Web 控制台的消息
类型 | 类别 | 记录 |
---|---|---|
error | network |
|
error | network |
|
error | network |
|
error | network |
|
error | network |
|
HTML
页面的原始 HTML 正文
<!DOCTYPE html><html lang="zh-CN"><head>
<meta charset="UTF-8">
<meta name="version" content="2.14.295">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<!-- <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
<meta http-equiv="Pragma" content="no-cache" /> -->
<meta http-equiv="Expires" content="0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover">
<title>Sub Store</title>
<meta name="description" content="A sub-converter running in a Progressive Web App">
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
<link rel="alternate icon" href="/favicon.ico" type="image/png" sizes="16x16">
<link rel="apple-touch-icon" href="/apple-touch-icon.png" sizes="180x180">
<link rel="mask-icon" href="/favicon.svg" color="#FFFFFF">
<meta id="theme__color" name="theme-color" content="#000">
<link rel="manifest" href="/manifests.json">
<style>
html {
width: 100%;
height: 100vh;
overflow-x: hidden;
overflow-y: auto;
}
body {
background: #f2f2f2;
}
@media (prefers-color-scheme: dark) {
body {
background: #000;
}
}
</style>
<script async="" type="module" crossorigin="" src="/index.js"></script>
<link rel="manifest" href="/manifest.webmanifest"><script id="vite-plugin-pwa:register-sw" src="/registerSW.js"></script><link rel="modulepreload" as="script" crossorigin="" href="/main.js"><link rel="stylesheet" href="/main.css"></head>
<body>
<div id="app"></div>
<div style="z-index:9999;position: relative" id="ztop"></div>
<noscript>
<strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work
properly without JavaScript enabled. Please enable it to
continue.</strong>
</noscript>
</body></html>