Created
March 12, 2015 05:05
-
-
Save akouryy/36e3a2c65f42f5f6d8f9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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