CINXE.COM
Voight-Kampff Browser Test
<!doctype html><html> <head> <title>Voight-Kampff Browser Test</title> <style>#main{margin: auto; width: 100%; padding: 10px;}#content{font-family: sans-serif; max-width: 800px; width: 100%; text-align: center; margin: auto;}.loading{color: #3fa3a5; text-align: center; font-size: 6em; font-family: sans; font-weight: bolder;}.loading span{opacity: 0; animation: blink 1.4s infinite;}.loading span:nth-child(1){animation-delay: 0.2s;}.loading span:nth-child(2){animation-delay: 0.4s;}.loading span:nth-child(3){animation-delay: 0.6s;}@keyframes blink{0%{opacity: 0.1;}50%{opacity: 1;}100%{opacity: 0.1;}}@media screen and (max-width: 800px){#content{padding: 10px;}}</style> </head> <body> <div id="main"> <div id="content"> <div class="loading"> <span>.</span> <span>.</span> <span>.</span> </div><h2>Checking Your Browser</h2> <p> Please wait, this will only take a moment. You'll be redirected shortly. </p></div></div><script>let p=false; async function sC(n, v, m){const ex=new Date(Date.now() + m * 60 * 1000).toUTCString(); document.cookie=`${n}=${v};expires=${ex};path=/;SameSite=Lax`; document.cookie=`${n}S=${v};expires=${ex};path=/;SameSite=None;Secure;Partitioned`;}async function gSC(m){await sC("TEDGEUA", "ecOwGUOUSo/tfxSrkX9qGw==", m);}gSC(60); function r(){location.reload(true);}async function r2(){if (!p){await gSC(120); setTimeout(r, 250); p=true;}}document.addEventListener("mousemove", r2); document.addEventListener("keydown", r2); document.addEventListener("touchstart", r2); setTimeout(r, Math.floor(Math.random() * 1150) + 1100); </script> </body></html>