Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title>JS Bin</title>
  <script src="https://rawgithub.com/faisalman/ua-parser-js/master/src/ua-parser.min.js"></script>
</head>
<body>
</body>
</html>
 
.ie-css { background: blue; }
 
   var agent = window.navigator.userAgent;
    if ( agent.indexOf('MSIE') > -1 )
      document.querySelector('body').classList.add('ie-css'); 
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
hitautodestructpro
0viewers