https://76a22he44fg12221.com/

Submitted URL:
https://76a22he44fg12221.com/
Report Finished:

The outgoing links identified from the page

JavaScript Variables · 6 found

Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope

Console log messages · 0 found

Messages logged to the web console

HTML

The raw HTML body of the page

<!DOCTYPE html><html lang="en"><head>
    <link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-touch-icon.png">
    <link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png">
    <link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png">
    <link rel="manifest" href="/favicon/site.webmanifest">
    <link rel="mask-icon" href="/favicon/safari-pinned-tab.svg" color="#5bbad5">
    <meta name="msapplication-TileColor" content="#dddddd">
    <meta name="theme-color" content="#ffffff">
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>76A22HE44FG12221.COM</title>
    <meta name="description" content="76A22HE44FG12221.COM">
    <style>
        @font-face {
            font-family: 'Akira';
            src: url('/public/AkiraExpDem.woff') format('woff');
            font-weight: normal;
            font-style: normal;
        }

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Akira', sans-serif;
            color:rgb(175, 35, 42);
            color: rgb(159, 19, 19);
        }

        html, body {
            width: 100%;
            height: 100%;
            overflow-x: hidden;
            overflow-y: hidden;
            background-color: black;
            display: flex;
            align-items: center;
        }

        .video {
            top: 0;
            left: 0;
            width: 100%;
            height: auto;
            z-index: 5;
            padding: 3px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
        .video video {
            width: 100%;
            height: auto;
            object-fit: contain;
            aspect-ratio: 16 / 9;
            border: 3px solid black;
        }

        /* scanline effect */
        .crt-filter {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: repeating-linear-gradient(0deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35) 1.5px, transparent 1.5px, transparent 3px);
            opacity: 0.5;
            pointer-events: none;
            animation: flicker 0.4s infinite;
            z-index: 10;
            /* background-color: red; */
        }
        
        @keyframes flicker{0%{opacity:.42}10%,50%{opacity:.84}20%,40%{opacity:.90}30%,90%{opacity:.68}60%{opacity:.33}70%{opacity:.54}100%,80%{opacity:.75}}

        /* unmute button */
        .unmute-me {
            width: 100%;
            display: flex;
            justify-content: center;
            position: absolute;
            bottom: 0;
            right: 0;
            z-index: 15;
            padding: 0.75rem;
        }
        button {
            font-size: 0.98rem;
            text-align: center;
            background-color: rgba(255, 255, 255, 0);
            border: none;
            cursor: pointer;
            /* -webkit-text-stroke: 1px #000000; */
        }

        /* place title at bottom */
        .title {
            width: 100%;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            position: absolute;
            bottom: 0;
            color: white;
            font-size: 0.75rem;
            margin-bottom: 2dvh;
            text-align: center;
            z-index: 15;
        }

        @media (max-width: 400px) {
            .title {
                font-size: 0.75rem;
                margin-bottom: -0.5dvh;
            }
            .title h1 {
                text-align: center;
                margin-bottom: 1rem;
            }
        }

        .center {
            position: absolute;
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100%;
            font-size: 5vw;
            z-index: 7;
        }
        .center h1 {
            white-space: nowrap;
        }
    </style>
</head>
<body>
    <section class="title">
        <button onclick="onclickmute()">UNMUTE</button>
        <button onclick="window.location.href = 'https:\/\/we.tl\/t-EYhT3MSCWI'">DOWNLOAD VIDEO</button>
        <h1>76A22HE44FG12221.COM</h1>
    </section>
    <section class="center">
        <h1 id="countdown-timer">02d 05h 37m 26s</h1>
    </section>
    <section class="video">
        <video id="video" src="/public/KIDAGAINLOOP_cropped.mp4" autoplay="" loop="" muted="" playsinline=""></video>
    </section>
    <section class="crt-filter"></section>


<script>
const countdownTimer=document.querySelector("#countdown-timer"),countDownDate=new Date("Sep 27, 2024 00:00:00").toLocaleString("en-US",{timeZone:"America/New_York"}),countDownDateInMilliseconds=new Date(countDownDate).getTime();function updateTimer(){let $=new Date().getTime(),e=countDownDateInMilliseconds-$,n=Math.floor(e/864e5),o=Math.floor(e%864e5/36e5),t=Math.floor(e%36e5/6e4),r=Math.floor(e%6e4/1e3);return n<10&&(n=`0${n}`),o<10&&(o=`0${o}`),t<10&&(t=`0${t}`),r<10&&(r=`0${r}`),countdownTimer.innerText=`${n}d ${o}h ${t}m ${r}s`,e}updateTimer();const x=setInterval(()=>{0>=updateTimer()&&(clearInterval(x),countdownTimer.innerText="EXPIRED")},1e3);
</script>
<script>function onclickmute(){let e=document.querySelector("#video");document.querySelector("button").remove(),e.play().then(()=>{e.muted=!1})}const video=document.querySelector("#video"),duration=878;let interval;function sync(){if(video.paused)return;let e=new Date,t=(60*e.getMinutes()+e.getSeconds())%878,n=video.currentTime-t;Math.abs(n)>2?(video.currentTime=t,video.play()):Math.abs(n)>.1?video.playbackRate=1+Math.max(-.05,Math.min(.05,-n/10)):(video.playbackRate=1)}video.addEventListener("play",()=>{sync()}),["pause","ended"].forEach(e=>video.addEventListener(e,()=>{video.playbackRate=1})),document.addEventListener("visibilitychange",()=>{video.paused||"visible"!==document.visibilityState||sync()});const custom_phrases=["FATHER FIGURE","KID AGAIN",];setInterval(()=>{let e=Math.floor(Math.random()*custom_phrases.length);document.querySelector(".title h1").innerText=custom_phrases[e],setTimeout(()=>{document.querySelector(".title h1").innerText="76A22HE44FG12221.COM"},100)},Math.floor(8e3*Math.random())+14e3);</script></body></html>