Skip to content

Instantly share code, notes, and snippets.

@StoneCypher
Created February 19, 2016 15:40
Show Gist options
  • Save StoneCypher/700658feff12492aae2b to your computer and use it in GitHub Desktop.
Save StoneCypher/700658feff12492aae2b to your computer and use it in GitHub Desktop.
<!doctype html>
<html>
<head>
<script type="text/javascript">
var tgts = ["http://example1.com", "http://example2.com", "http://foxnews.com"];
window.location.replace(tgts[Math.floor(Math.random()*tgts.length)]);
</script>
</head>
<body>
<a href="http://msnbc.com/">Or nah</a>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment