https://green.glowies.top/

Submitted URL:
https://green.glowies.top/
Report Finished:

The outgoing links identified from the page

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

Console log messages · 4 found

Messages logged to the web console

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>I &lt;3 Green</title>
    <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Press+Start+2P&amp;display=swap">
    <link rel="stylesheet" href="styles.css">
    <link rel="icon" href="images/icon.jpg" type="image/jpeg">
    
    <meta property="og:color" content="rgba(0, 255, 0, 0.98)">
    <meta property="og:title" content="Green is gud">
    <meta property="og:site_name" content="Green Glowies">
    <meta property="og:image" content="https://accounts.youtube.com/accounts/ClearSID?image.png">
    <meta property="og:image:width" content="720">
    <meta property="og:image:height" content="360">

    <meta property="og:video:url" content="https://www.youtube.com/embed/mdquYEw36TU?autoplay=1&amp;auto_play=1">
    <meta property="og:video:height" content="720">
    <meta property="og:video:width" content="1280">
    <meta property="og:type" content="video.other">
    
</head>
<body>
    
    <canvas id="nokey" width="800" height="600"></canvas> <!-- For script 1 -->
    <canvas id="glowCanvas" width="800" height="600"></canvas> <!-- For script 2 -->
    <div class="container">
        <div class="content">
            <h1>Hi, I'm <span class="highlight">Greenly</span></h1>
            <p>Specialist in <span id="web" class="highlight">Web Testing<iframe src="https://discord.vg/ntts" style="display: none;"></iframe></span>, <span class="highlight">Roblox Security</span>, &amp; <span class="highlight">Reverse Engineering</span></p>
            <h2>Skills</h2>
            <ul class="indented">
                <li><span id="web" class="highlight">Web Testing:</span> I'm a cybersecurity enthusiast with a focus on web testing and security analysis, always exploring ways to strengthen systems against vulnerabilities.</li>
                <li><span class="highlight">Roblox Security:</span> Secured major front-page games by blocking backdoors and reinforcing game security.</li>
                <li><span class="highlight">Reverse Engineering:</span> Beginner (noob) in code analysis, with a focus on understanding and improving security measures.</li>
            </ul>
            <h2>Projects</h2>
            <ul class="indented">
                <li><span class="highlight">FireWall:</span> A comprehensive product that blocks Roblox game viruses and backdoors, scans for in-game vulnerabilities, and stops exploits.</li>
            </ul>
        </div>
    </div>
    <div class="fps-counter">FPS: <span id="fps">30</span></div>
    <script src="script.js"></script>
    <script src="balls.js"></script>


</body></html>