Skip to content

Instantly share code, notes, and snippets.

@akouryy
Created March 12, 2015 05:05
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akouryy/36e3a2c65f42f5f6d8f9 to your computer and use it in GitHub Desktop.
Save akouryy/36e3a2c65f42f5f6d8f9 to your computer and use it in GitHub Desktop.
if(document.documentMode !== void 0){
alert("Internet Explorer は 11.x を含む全てのバージョンで標準の仕様から逸脱しています。\nIEの使用を直ちに中止してください。");
window.open("http://www.google.com/chrome/", '_blank');
location.href = "https://www.mozilla.org/ja/firefox/";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment