Created
March 5, 2020 08:09
-
-
Save anekos/08187f67816b45c9a4e379d80ce13a54 to your computer and use it in GitHub Desktop.
Internet Explorer に対応する JavaScript
This file contains 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 (~window.navigator.userAgent.indexOf('Trident')) { | |
location.href = 'https://getfirefox.com'; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment