Skip to content

Instantly share code, notes, and snippets.

@jkasten2
Last active August 29, 2015 14:21
Show Gist options
  • Save jkasten2/01ff6c1e90148d1120bf to your computer and use it in GitHub Desktop.
Save jkasten2/01ff6c1e90148d1120bf to your computer and use it in GitHub Desktop.
<html>
<head>
<script>
if (location.search.indexOf("?url=") == 0)
window.location.replace(location.search.substring(5));
</script>
</head>
<body></body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment