https://paste-drop.com/raw/c1CqhvSbKr

The outgoing links identified from the page

JavaScript Variables · 17 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
a0pfunction
a0Afunction
LieDetectorobject
atAsyncContainersobject
$function
jQueryfunction

Console log messages · 2 found

Messages logged to the web console

TypeCategoryLog
warningnetwork
URL
https://paste-drop.com/raw/c1CqhvSbKr
Text
A parser-blocking, cross site (i.e. different eTLD+1) script, https://unfairgenelullaby.com/acac53fdbb8635ccca96f28752ccf527/invoke.js, is invoked via document.write. The network request for this script MAY be blocked by the browser in this or a future page load due to poor network connectivity. If blocked in this page load, it will be confirmed in a subsequent console message. See https://www.chromestatus.com/feature/5718547946799104 for more details.
warningnetwork
URL
https://paste-drop.com/raw/c1CqhvSbKr
Text
A parser-blocking, cross site (i.e. different eTLD+1) script, https://unfairgenelullaby.com/acac53fdbb8635ccca96f28752ccf527/invoke.js, is invoked via document.write. The network request for this script MAY be blocked by the browser in this or a future page load due to poor network connectivity. If blocked in this page load, it will be confirmed in a subsequent console message. See https://www.chromestatus.com/feature/5718547946799104 for more details.

HTML

The raw HTML body of the page

<!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="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">

    <title>Ignore TouchInterests</title>
    
    <style>
        *{
            margin: 0;
            padding: 0;
        }
        body {
            font-family: monospace;
            padding: 0px;
            font-size: 12pt;
        }

        .content {
            margin-top: 40px;
            padding: 0px 20px;
        }
        img{
            max-width: 100%;
            height: auto;
        }

        #banner-ad {
            position: sticky;
            top: 0;
            left: 0;
            right: 0;
            background-color: #f5f5f5;
            border: 1px solid #ccc;
            padding: 5px 10px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            z-index: 999;
            border-left: 0;
        }

        #ad-content {
            display: flex;
            align-items: center;
            justify-content: center;
            align-content: center;
            text-align: center;
            margin: auto;
            max-width: 90%;
            width: 100%;
        }
        #ad-content div{
            width: 100%;
        }

        #collapse-button {
            background-color: #f5f5f5;
            color: #606060;
            padding: 5px 25px;
            cursor: pointer;
            position: absolute;
            border-radius: 0px 0px 10px 0px;
            bottom: -31px;
            border: 1px solid #ccc;
            border-top: 0;
            left: 0;
            border-left: 0;
        }
        #collapse-button i{
            font-size: 1.2rem;
        }

    </style>
<script type="text/javascript" src="//chargingconnote.com/b7/63/92/b763923d6885567761fea1a177bf2bd9.js"></script><script src="//recordedthereby.com/sfp.js"></script></head>

<body>

    <div style="position: relative">
        <div id="banner-ad">
            <button id="collapse-button">
                <i class="fas fa-angle-up"></i> <!-- Font Awesome up arrow icon -->
            </button>
            <div id="ad-content">
                <!-- Your ad content goes here -->
                
                <div>
    <!-- Big banner script -->
<script data-cfasync="false" async="" type="text/javascript" src="//lv.touchytautogs.com/tRLFLj4A49JEyON50/70071"></script>

    <!-- Small banner script with wrapping div for centering -->
    <div style="text-align: center; display: flex; justify-content: center;">
        <script type="text/javascript">
            atOptions = {
                'key' : 'acac53fdbb8635ccca96f28752ccf527',
                'format' : 'iframe',
                'height' : 90,
                'width' : 728,
                'params' : {}
            };
            document.write('<scr' + 'ipt type="text/javascript" src="//unfairgenelullaby.com/acac53fdbb8635ccca96f28752ccf527/invoke.js"></scr' + 'ipt>');
        </script><script></script><iframe allowtransparency="true" scrolling="no" frameborder="0" framespacing="0" width="728" height="90" src="about:blank"></iframe><script type="text/javascript" src="//unfairgenelullaby.com/acac53fdbb8635ccca96f28752ccf527/invoke.js" class="atScriptacac53fdbb8635ccca96f28752ccf527_0"></script>
    </div>
</div>
            </div>
        </div>
    </div>

    <div class="content">

        loadstring(game:HttpGet("https://raw.githubusercontent.com/zephyr10101/ignore-touchinterests/main/main",true))()

    </div>

    <script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
    <script>
        const links = (() => {
            try {
                return JSON.parse('["https:\/\/g0wow.net\/go\/1209242"]');
            } catch {
                return [];
            }
        })();
        const openAd = () => {
            let selectedText = window.getSelection().toString();
            if (selectedText.length > 0 && links.length > 0) {
                const link = links[Math.floor(Math.random() * links.length)];
                window.open(link, '_blank');
            }
        }
        document.addEventListener('mouseup', openAd);
        document.addEventListener('touchend', function () {
            setTimeout(openAd, 500); // short delay
        });

        $(document).ready(function () {
            // Initial state - ad is expanded
            let isCollapsed = false;

            // Collapse and expand the ad when the button is clicked
            $('#collapse-button').click(function () {
                if (isCollapsed) {
                    // Expand the ad
                    $('#ad-content').slideDown('fast');
                    isCollapsed = false;
                    $(this).html('<i class="fas fa-angle-up"></i>');
                } else {
                    // Collapse the ad
                    $('#ad-content').slideUp('fast');
                    isCollapsed = true;
                    $(this).html('<i class="fas fa-angle-down"></i>');
                }
            });
        });

    </script>
    



</body></html>