Skip to content

Instantly share code, notes, and snippets.

@haron
Created December 17, 2013 07:18
Show Gist options
  • Save haron/8001262 to your computer and use it in GitHub Desktop.
Save haron/8001262 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Referer remover</title>
<script>
window.location.href = window.location.search.slice(1);
</script>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment