https://pablo-restrepo.github.io/Troll-Page-Scream/

已提交的 URL:
https://bit.ly/4ilapTs已重新導向
報告完成時間:

連結 · 找到 1 個

連結Text
https://github.com/Pablo-Restrepo/Troll-Page-ScreamDDoS protection by Cloudflare

JavaScript 變數 · 找到 6 個

名稱類型
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
toggleMutefunction
delayfunction
showVideofunction

主控台記錄訊息 · 找到 1 條

類型類別記錄
warningother
Text
Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.

HTML

<!DOCTYPE html><html lang="en"><head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link rel="stylesheet" href="style.css">
    <title>Checking your browser...</title>
    <link rel="shortcut icon" href="img/Favicon.ico" type="image/x-icon">
</head>

<body>
    <div class="container-video" id="container-video">
        <video class="video" id="video" autoplay="" muted="" loop="">
            <source src="vid/video.mp4" type="video/mp4">
            Your browser does not support the video tag.
        </video>
    </div>

    <div class="container" id="container">
        <img class="gif" src="img/dots.gif" alt="Dots">
        <h2 class="text">Checking your browser before accessing attachment.</h2>
        <p class="text">This process is automatic. Your browser will redirect to your requested content shortly.</p>
        <p class="text-captcha" id="text-captcha">Please enter captcha</p>
        <div class="counter" id="counter">Please allow up to 2 seconds...</div>
        <div class="recaptcha-container" id="recaptcha-container">
            <div class="button-container">
                <div class="button" id="button" onclick="showVideo()"></div>
            </div>
            <div class="text-container">
                <p>I'm not a robot</p>
            </div>
            <div class="image-container">
                <img src="img/RecaptchaLogo.png" alt="Recaptcha">
                <p>Privacy - Terms</p>
            </div>
        </div>
        <a class="link" href="https://github.com/Pablo-Restrepo/Troll-Page-Scream">DDoS protection by
            Cloudflare</a>
        <p>Ray ID: 348759h65g34h</p>
    </div>


<script src="main.js"></script>

</body></html>