Skip to content

Instantly share code, notes, and snippets.

@JesseHerrick
Created April 19, 2014 17:03
Show Gist options
  • Save JesseHerrick/11090482 to your computer and use it in GitHub Desktop.
Save JesseHerrick/11090482 to your computer and use it in GitHub Desktop.
Done with IE support? *evil laugh*
if (window.navigator.userAgent.indexOf("IE") >= 0) {
console.log("This guy is running IE. Get us out of here!!!");
window.alert("Get a better browser.");
window.location("http://chrome.google.com");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment