Name | Description | Result |
---|---|---|
navigator.platform | Client Sytstem | 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 | Screen height | 720px |
window.screen.width | Screen width | 1280px |
window.screen.colorDepth | Screen color Depth | 24 |
navigator.appCodeName | browser appCodeName | Mozilla |
navigator.vendor | browser vendor infor | Google Inc. |
navigator.userAgent | browser and version, include navigator.appVersion | Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com) |
navigator.onLine | browser if online | true |
navigator.language | browser language | en-US |
navigator.product | Return browser product name | Gecko |
navigator.productSub | Return to browser product information | 20030107 |
navigator.cookieEnabled | Does the browser turn on cookies | true |
navigator.mimeTypes.length | Number of MIME types for browsers | 0 |
navigator.mimeTypes | List of browser MIME support types | |
navigator.plugins.length | Number of browser installed plug-ins | 0 |
navigator.plugins | Browser installation plug-in information list |
Recently used: