参考:https://developer.mozilla.org/en-US/docs/Web/API/navigator

[Standard](不显示[object]、undefined内容)

【navigator.appCodeName】 Mozilla
【navigator.appName】 Netscape
【navigator.appVersion】 5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
【navigator.cookieEnabled】 true
【navigator.hardwareConcurrency】 16
【navigator.javaEnabled()】 false
【navigator.language】 en-US
【navigator.languages】 en-US
【navigator.maxTouchPoints】 0
【navigator.onLine】 true
【navigator.platform】 Linux x86_64
【navigator.product】 Gecko
【navigator.userAgent】 Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)

 


 

User-Agent Client Hints

{
  "architecture": "x64",
  "bitness": "64",
  "brands": [
    {
      "brand": "Chromium",
      "version": "130"
    },
    {
      "brand": "HeadlessChrome",
      "version": "130"
    },
    {
      "brand": "Not?A_Brand",
      "version": "99"
    }
  ],
  "fullVersionList": [
    {
      "brand": "Chromium",
      "version": "130.0.6723.116"
    },
    {
      "brand": "HeadlessChrome",
      "version": "130.0.6723.116"
    },
    {
      "brand": "Not?A_Brand",
      "version": "99.0.0.0"
    }
  ],
  "mobile": false,
  "model": "",
  "platform": "Windows",
  "platformVersion": "",
  "uaFullVersion": "130.0.6723.116"
}

https://browserleaks.com/client-hints
https://developer.mozilla.org/en-US/docs/Web/API/NavigatorUAData/getHighEntropyValues

 


 

Free Web Hosting