Skip to content

Instantly share code, notes, and snippets.

@maxmalakhov
Created July 27, 2014 10:07
Show Gist options
  • Save maxmalakhov/84e3c1119ce669547391 to your computer and use it in GitHub Desktop.
Save maxmalakhov/84e3c1119ce669547391 to your computer and use it in GitHub Desktop.
Check if the Donkey is coming
function isIE() {
var na = navigator, ua = na.userAgent;
return !/WebKit/.test(ua) && (/MSIE/gi).test(ua) && (/Explorer/gi).test(na.appName);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment