https://freefunhere.com/a/WfNnCN35

ID de exploración:
df4ed22a-f366-4a2d-87ad-bb3e329498b8Finalizado
URL enviada:
https://freefunhere.com/a/WfNnCN35
Informe finalizado:

Enlaces: 0 encontrados

Variables JavaScript: 4 encontradas

NombreTipo
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
atOptionsobject

Mensajes de registro de la consola: 1 encontrados

TipoCategoríaRegistro
errornetwork
URL
https://freefunhere.com/favicon.ico
Texto
Failed to load resource: the server responded with a status of 404 ()

HTML

<!DOCTYPE html><html lang="en"><head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Browser Verification</title>
    <link href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" rel="stylesheet">
    <style>
        body {
            background-color: #f0f3f4;
            font-family: "Helvetica Neue", Arial, sans-serif;
            margin: 0;
            padding: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
        }
        .verification-container {
            text-align: center;
            padding: 30px;
            background-color: #ffffff;
            border: 1px solid #e0e0e0;
            box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
            border-radius: 10px;
            width: 450px;
        }
        .cloudflare-logo {
            margin-bottom: 10px;
        }
        .cloudflare-logo img {
            width: 180px;
        }
        .spinner {
            width: 60px;
            height: 60px;
            border: 8px solid rgba(0, 0, 0, 0.1);
            border-top-color: #00aaff;
            border-radius: 50%;
            animation: spin 1s linear infinite;
            margin: 20px auto;
        }
        @keyframes spin {
            to {
                transform: rotate(360deg);
            }
        }
        .verification-text {
            font-size: 1.25rem;
            color: #333;
            margin-bottom: 10px;
        }
        .loading-dots {
            display: inline-block;
            margin-left: 5px;
        }
        .loading-dots span {
            animation: blink 1.4s infinite both;
        }
        .loading-dots span:nth-child(2) {
            animation-delay: 0.2s;
        }
        .loading-dots span:nth-child(3) {
            animation-delay: 0.4s;
        }
        @keyframes blink {
            0% { opacity: 0; }
            50% { opacity: 1; }
            100% { opacity: 0; }
        }
        .countdown {
            font-size: 0.95rem;
            color: #555;
            margin-top: 15px;
        }
        .background-animation {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: radial-gradient(circle, rgba(239, 239, 239, 1) 0%, rgba(204, 204, 204, 1) 100%);
            opacity: 0.3;
            z-index: -1;
        }
        .ad-container {
            margin-top: 25px;
        }
    </style>

</head>

<body>
    <div class="verification-container">
        <!-- Cloudflare logo -->
        <div class="cloudflare-logo">
            <img src="https://www.cloudflare.com/favicon.ico" alt="Cloudflare">
        </div>

        <!-- Verification Spinner -->
        <div class="spinner"></div>
        
        <!-- Verification Text -->
        <div class="verification-text">
            Checking your browser<span class="loading-dots"><span>.</span><span>.</span><span>.</span></span>
        </div>

        <!-- Countdown Information -->
        <div class="countdown">
            You will be redirected in <span id="countdown">6</span> seconds...
        </div>
        
        <!-- Ad Container -->
        <div class="ad-container">
<script type="text/javascript">
	atOptions = {
		'key' : 'a714f1ad22a60b8b7aab4d886c927651',
		'format' : 'iframe',
		'height' : 600,
		'width' : 160,
		'params' : {}
	};
</script>

    </div>

    <!-- Background animation -->
    <div class="background-animation"></div>

    <script>
        document.addEventListener("DOMContentLoaded", function() {
            var countdownElement = document.getElementById('countdown');
            var countdownValue = 6; // Starting countdown seconds
            var redirectUrl = "http://www.titrk.com/aff_c?offer_id=13260&aff_id=52715&aff_sub=Imran"; // Replace with your desired URL

            var countdownInterval = setInterval(function() {
                countdownValue--;
                countdownElement.textContent = countdownValue;

                if (countdownValue <= 0) {
                    clearInterval(countdownInterval);
                    window.location.href = redirectUrl;
                }
            }, 1000); // Update every 1 second
        });
    </script>


                         

                
                
                

</div></body></html>