Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mohsinworld/7f0d87a1437bf07ca545a9ebe437196e to your computer and use it in GitHub Desktop.
Save mohsinworld/7f0d87a1437bf07ca545a9ebe437196e to your computer and use it in GitHub Desktop.
<script>
var ieusers = 'https://elementorcodes.com/modern-browser/';
/msie|trident/i.test(navigator.userAgent) ? document.location = ieusers : null;
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment