Skip to content

Instantly share code, notes, and snippets.

@peterblazejewicz
Created August 29, 2012 15:17
Show Gist options
  • Save peterblazejewicz/3514203 to your computer and use it in GitHub Desktop.
Save peterblazejewicz/3514203 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<head>
<!-- Mimic Internet Explorer 9 -->
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE9" >
<title>My webpage</title>
</head>
<body>
<script type="text/javascript">
var txt = document.createTextNode("User-Agent: "+navigator.userAgent);
document.body.appendChild(txt);
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment