Skip to content
Snippets Groups Projects

Draft: archwiki: sophisticated bot protection

Files
5
+ 18
0
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="noindex">
<title>🎉</title>
</head>
<body style="margin: 0;">
<p style="display: flex; justify-content: center; align-items: center; height: 100vh; margin: 0; font-size: 5vh">Verifying your browser, plese wait! 🥳 🐱</p>
</body>
<script>
setTimeout(() => {
document.cookie = "pewpew=laser";
let pew = window.location.hash.substr(1);
window.location.href = pew ? pew : '/';
}, "5000");
</script>
</html>
Loading