Skip to content

Instantly share code, notes, and snippets.

@srinathweb
Forked from haqqinaole/Javascript detect ie
Last active August 29, 2015 14:09
Show Gist options
  • Save srinathweb/845a77bd18200e43b2a9 to your computer and use it in GitHub Desktop.
Save srinathweb/845a77bd18200e43b2a9 to your computer and use it in GitHub Desktop.
(function () {
if (!Worker) //Detect IE
document.location = "http://www.whatbrowser.org/ru/browser/";
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment