name | describe | result |
---|---|---|
navigator.platform | client system | Linux |
navigator.appName | Return browser name | Netscape |
navigator.appVersion | Return browser version information | 5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com) |
window.screen.height | Monitor height | 720px |
window.screen.width | monitor width | 1280px |
window.screen.colorDepth | Screen setting color bits | 24 |
navigator.appCodeName | Return browser code name | Mozilla |
navigator.vendor | Return to browser manufacturer information | Google Inc. |
navigator.userAgent | Returns browser and version information, including navigator.appVersion information | Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com) |
navigator.onLine | Returns whether the browser is connected to the network | true |
navigator.language | Return to browser default language | en-US |
navigator.product | Return browser product name | Gecko |
navigator.productSub | Return to browser product other information | 20030107 |
navigator.cookieEnabled | Whether cookies are enabled in the browser | true |
navigator.mimeTypes.length | Number of MIME types in the browser | 0 |
navigator.mimeTypes | Browser MIME support type list | 类型: undefined 描述: undefined 扩展名: undefined |
navigator.plugins.length | Number of browser plug-ins installed | 0 |
navigator.plugins | Browser installation plug-in information list | 名称:undefined 描述:undefined 文件名称:undefined 名称:item 描述:undefined 文件名称:undefined 名称:namedItem 描述:undefined 文件名称:undefined 名称:refresh 描述:undefined 文件名称:undefined |
Online viewing to obtain the client system, the browser information tool provides you with viewing client information, viewing browser information, viewing browsing type, viewing operating system, viewing browser name, viewing browser version information, display height and width pixels, browser Network link status, number of browser plug-ins installed, etc.