Skip to content

Instantly share code, notes, and snippets.

@afrikaan-official
Created October 22, 2024 09:43
Show Gist options
  • Save afrikaan-official/e496c72a25f14151db0a9db8b194de46 to your computer and use it in GitHub Desktop.
Save afrikaan-official/e496c72a25f14151db0a9db8b194de46 to your computer and use it in GitHub Desktop.
<html>
<head>
<title>Sayfa</title>
</head>
<body>
<script type="text/javascript">
var now = new Date().valueOf();
setTimeout(function () {
if (new Date().valueOf() - now > 100) return;
window.location = "https://google.com";
}, 25);
window.location = "alisgidis://prod.alisgidis.com/profile";
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment