- 扫描 ID:
- ab84523c-c773-4d39-8297-0207ced91790已完成
- 提交的 URL:
- https://8888.google/已重定向
- 报告完成时间:
链接 · 找到 2 个
从页面中识别出的传出链接
链接 | 文本 |
---|---|
https://developers.google.com/speed/public-dns | Help |
https://developers.google.com/speed/public-dns/docs/using | Get Started with Google Public DNS |
JavaScript 变量 · 找到 3 个
在页面窗口对象上加载的全局 JavaScript 变量是在函数外部声明的变量,可以从当前范围内的代码中的任何位置访问
名称 | 类型 |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
控制台日志消息 · 找到 0 条
记录到 Web 控制台的消息
HTML
页面的原始 HTML 正文
<!DOCTYPE html><html lang="en"><head> <title>Google Public DNS</title> <meta charset="UTF-8"> <link href="/static/93dd5954/favicon.png" rel="shortcut icon" type="image/png"> <link href="/static/e6eca759/matter.min.css" rel="stylesheet"> <link href="/static/f85675c0/shared.css" rel="stylesheet"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link href="/static/d05cd6ba/root.css" rel="stylesheet"> </head> <body> <span class="filler top"></span> <div class="logo" title="Google Public DNS"> <div class="logo-text"><span>Public DNS</span></div> </div> <form action="/query" method="GET"> <div class="row"> <label class="matter-textfield-outlined"> <input type="text" name="name" placeholder=" "> <span>DNS Name</span> <p class="help"> Enter a domain (like example.com) or IP address (like 8.8.8.8 or 2001:4860:4860::8844) here. </p> </label> <button class="matter-button-contained matter-primary" type="submit">Resolve</button> </div> </form> <span class="filler bottom"></span> <footer class="row"> <a href="https://developers.google.com/speed/public-dns">Help</a> <a href="/cache">Cache Flush</a> <span class="filler"></span> <a href="https://developers.google.com/speed/public-dns/docs/using"> Get Started with Google Public DNS </a> </footer> <script nonce="">document.forms[0].name.focus();</script> </body></html>