Name | Description | Result |
---|---|---|
navigator.platform | Client-side 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 | 720 px |
window.screen.width | Monitor width | 1280 px |
window.screen.colorDepth | Screen color bit settings | 24 |
navigator.appCodeName | Return browser code name | Mozilla |
navigator.vendor | Return browser manufacturer information | Google Inc. |
navigator.userAgent | Return 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 | Is the browser connected to the internet? | true |
navigator.language | Return to the browser's default language | en-US |
navigator.product | Return browser product name | Gecko |
navigator.productSub | Return other information about browser products | 20030107 |
navigator.cookieEnabled | Is the browser enabled for cookies? | true |
navigator.mimeTypes.length | Number of MIME types in the browser | 0 |
navigator.mimeTypes | Browser MIME support type list | |
navigator.plugins.length | Number of browser plugins installed | 0 |
navigator.plugins | Browser plugin installation information list |
You recently used: