Skip to content

Instantly share code, notes, and snippets.

@noblesilence
Created March 6, 2018 05:58
Show Gist options
  • Save noblesilence/57838eb262d98935d0b5125adbbc394d to your computer and use it in GitHub Desktop.
Save noblesilence/57838eb262d98935d0b5125adbbc394d to your computer and use it in GitHub Desktop.
var renderPage = true;
if(navigator.userAgent.indexOf('MSIE')!==-1
|| navigator.appVersion.indexOf('Trident/') > 0){
/* Microsoft Internet Explorer detected in. */
alert("Please view this in a modern browser such as Chrome or Microsoft Edge.");
renderPage = false;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment