Created
July 8, 2019 10:59
-
-
Save sidx1024/4f9dd346a7661fa2e134a8a0078e1414 to your computer and use it in GitHub Desktop.
Test
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<!--[if IE 5]><b>Internet Explorer version 5 </b><![endif]--> | |
<!--[if IE 6]><b>Internet Explorer version 6 </b><![endif]--> | |
<!--[if IE 7]><b>Internet Explorer version 7 </b><![endif]--> | |
<!--[if IE 8]><b>Internet Explorer version 8 </b><![endif]--> | |
<!--[if IE 9]><b>Internet Explorer version 9 </b><![endif]--> | |
<br/><br/> | |
<script> | |
var _navigator = {}; | |
for (var i in navigator) _navigator[i] = navigator[i]; | |
document.write(JSON.stringify(_navigator, null, 2)) | |
</script> | |
<noscript> | |
Javascript is not enabled. | |
</noscript> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment