https://grapejuice.xyz/jonkler/

Submitted URL:
https://grapejuice.xyz/jonkler/
Report Finished:

The outgoing links identified from the page

LinkText
https://discord.com/invite/9B8H6ZNTV2Discord

JavaScript Variables · 4 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
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
drawfunction

Console log messages · 0 found

Messages logged to the web console

HTML

The raw HTML body of the page

<!DOCTYPE html><html lang="en"><head><link rel="icon" href="https://grapejuice.xyz/assets/JonklerOne.png">
<meta content="Home - Jonkler" property="og:title">
<meta content="https://grapejuice.xyz/assets/JonklerOne.png" property="og:url">
<meta content="https://grapejuice.xyz/assets/Jonkler.png" property="og:image">
<meta content="#43B581" data-react-helmet="true" name="theme-color">


    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <title>Jonkler X</title>
    <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@600&amp;display=swap" rel="stylesheet">
    <link rel="stylesheet" href="styles.css">
</head>
<body>
    <section class="hero">
        <canvas id="matrixCanvas" width="800" height="600"></canvas>
        <div id="blurOverlay"></div>
        <div class="hero-content">
            <h1><span class="jonkler">Jonkler</span> <span class="green-x">X</span> - The future of scripting</h1>
            <p>Take your game to the next level.</p>
            <div class="hero-buttons">
                <a href="https://grapejuice.xyz/jonkler/redirect/" class="btn primary-btn">Install</a>
                <a href="https://discord.com/invite/9B8H6ZNTV2" class="btn secondary-btn">Discord</a>
            </div>
        </div>
    </section>

    <div class="footer-overlay">
        <div class="footer-text">© 2024 Jonkler Team, All rights reserved.</div>
    </div>

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


</body></html>