| JavaScript |
|
DATA |
| |
| navigator.appName | = | |
| navigator.appCodeName | = | |
| navigator.platform | = | |
| navigator.appVersion | = | |
| navigator.appMinorVersion | = | |
| navigator.plugins.length | = | |
| navigator.mimeTypes.length | = | |
| screen.width | = | |
| screen.height | = | |
| new Date().getTimezoneOffset() | = | |
| history.length | = | |
| navigator.javaEnabled() | = | |
| navigator.userAgent | = | |
| navigator.cpuClass | = | |
| navigator.systemLanguage | = | |
| navigator.userLanguage | = | |
| navigator.cookieEnabled | = | |
| Math.pow(2,screen.colorDepth) | = | |
| screen.colorDepth | = | |
| window.screen.pixelDepth | = | |
| document.referrer | = | |
| oClientCaps.connectionType | = | |
| window.clipboardData.getData("Text") | = | |