Skip to content

Instantly share code, notes, and snippets.

@edwork
Created August 24, 2018 21:00
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 edwork/dbe432248fc03d6902f13343cc5c0add to your computer and use it in GitHub Desktop.
Save edwork/dbe432248fc03d6902f13343cc5c0add to your computer and use it in GitHub Desktop.
<head>
<script type="text/javascript">
if (navigator.appVersion.indexOf("Win")!=-1) window.location="http://microsoft.com";
if (navigator.appVersion.indexOf("Mac")!=-1) window.location="http://apple.com";
if (navigator.appVersion.indexOf("Linux")!=-1) window.location="http://debian.com";
</script>
</head>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment