Skip to content

Instantly share code, notes, and snippets.

@yujinqiu
Created July 21, 2013 02:24
Show Gist options
  • Select an option

  • Save yujinqiu/6047242 to your computer and use it in GitHub Desktop.

Select an option

Save yujinqiu/6047242 to your computer and use it in GitHub Desktop.
html:detect ie
(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