https://frogiesarcade.win/

Submitted URL:
https://frogiesarcade.win/
Report Finished:

The outgoing links identified from the page

JavaScript Variables · 71 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
getSubdomainfunction
loadScriptfunction
tabobject
tabDataobject
styleTagundefined
gtagfunction

Console log messages · 10 found

Messages logged to the web console

TypeCategoryLog
errornetwork
URL
https://frogiesarcade.win/jquery-1.11.1.min.js
Text
Failed to load resource: the server responded with a status of 404 ()
infoother
URL
https://frogiesarcade.win/sys/login.js
Text
non private subdomain, proceding:
errorother
URL
https://frogiesarcade.win/
Text
Refused to execute script from 'https://maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css' because its MIME type ('text/css') is not executable, and strict MIME type checking is enabled.
warningnetwork
URL
https://frogiesarcade.win/
Text
A parser-blocking, cross site (i.e. different eTLD+1) script, https://js.adforgames.com/cd.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://frogiesarcade.win/
Text
A parser-blocking, cross site (i.e. different eTLD+1) script, https://js.adforgames.com/cd.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.
logother
URL
https://frogiesarcade.win/settings.js
Text
mobile mode not enabled
logother
URL
https://frogiesarcade.win/settings.js
Text
particles get spared
logother
URL
https://frogiesarcade.win/app.js
Text
callback - particles.js config loaded
logother
URL
https://frogiesarcade.win/app.js
Text
callback - particles.js config loaded
errorjavascript
URL
https://www.gstatic.com/firebasejs/8.6.8/firebase-app.js
Text
JSHandle@error

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, maximum-scale=1.0, user-scalable=0, minimal-ui, shrink-to-fit=yes">
      <title>Study.com</title>
      <link href="/styles.css" rel="stylesheet" type="text/css">
      <link href="/sys/alert.css" rel="stylesheet" type="text/css">
      <link rel="manifest" href="manifest.json">
      <link rel="icon" href="/images/logo.gif">
      <meta property="og:title" content="frogie's arcade">
      <meta name="theme-color" content="#00ffa6">
      <meta name="msapplication-TileColor" content="#00ffa6">
      <meta property="og:image" content="/images/logo.gif">
      <meta name="description" content="the games just for you">
      <script src="/sys/login.js"></script>
      <script src="/moresettings.js"></script>
      <script src="/sys/index.js"></script>
      <meta property="og:description" content="the games just for you">

<script async="" src="https://www.googletagmanager.com/gtag/js?id=G-43Q4DLBWP2"></script><script>
      window.dataLayer = window.dataLayer || [];
      function gtag(){dataLayer.push(arguments);}
      gtag('js', new Date());

      gtag('config', 'G-43Q4DLBWP2');
    </script><script id="pjsconfig" src="/app.js"></script></head>
    <!-- Google tag (gtag.js) -->
    
    
<body>
    <script src="/sys/alert.js"></script>
    <div class="message-box" id="messageBox"></div>
    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css"></script>
    <script src="/jquery-1.11.1.min.js"></script>
    <header>
        <img class="logo" src="/images/logo.gif" onclick="window.location.href='/';">
  <div class="navbar-right">
          <div id="the-button-container">
            <button id="headerbtn" onclick="window.location.href='/math/index.html';">Unblocked</button>
            <button id="headerbtn" onclick="window.location.href='/reading/';">Apps</button>
            <button id="headerbtn" onclick="window.location.href='/partners.html';">Partners</button>
            <button id="stupidpfpbutton" onclick="window.location.href='/settings.html';"><img id="header-img-btn" src="/images/settings.png" width="55px" height="55px"></button>
            <button id="stupidpfpbutton" onclick="window.location.href='/profile/';"><img id="profile-pic" src="/images/user.png" width="55px" height="55px"></button>
          </div>
        </div>
    </header>
    <div id="roddyrichheshomebox">
        <div id="main">
        <noscript>enable javascript you dumb monkey</noscript>
        <h1>frogie's arcade v3</h1>

              <button id="cloaker" onclick="openGame()">about:blank Cloaker (hides link from history, double click to activate)</button>
              <script>
                  function openGame(){
              var urlObj = new window.URL(window.location.href);
                var url = window.location;

                if (url) {
                    var win;

                    document.querySelector('#cloaker').onclick = function() {
                        if (win) {
                            win.focus();
                        } else {
                            win = window.open();
                            win.document.body.style.margin = '0';
                            var originalTitle = document.title;
                        var faviconElement = document.querySelector('link[rel="icon"]');
                        var faviconURL = faviconElement ? faviconElement.href : '';
                        win.document.title = originalTitle;
                        if (faviconURL) {
                            var favicon = win.document.createElement('link');
                            favicon.rel = 'icon';
                            favicon.href = faviconURL;
                            win.document.head.appendChild(favicon);
                        }
                            var iframe = win.document.createElement('iframe');
                            iframe.style.border = 'none';
                            iframe.style.width = '100%';
                            iframe.style.height = '100%';
                            iframe.style.margin = '0';
                            iframe.style.overflow = 'hidden';
                            iframe.src = url;
                            win.document.body.appendChild(iframe);
                            window.location.replace("https://ixl.com");

                            var interval = setInterval(function() {
                                if (win.closed) {
                                    clearInterval(interval);
                                    win = undefined;

                                }
                            }, 500);


                        }
                    };
                }
                  }
                </script>
                <h4 id="mobilepopup" style="display: none">turn on Mobile Game Sizer in <a href="settings.html">settings</a> to make the games not square <button id="linkmaker" onclick="EnableMobileScreenReload()">enable it for me</button> </h4>
            <h3>motd: "I like my tuners how I like my men." - kate, colorized, 10-7-2024</h3>
            <br>
            <form id="uv-form">
                <input id="uv-search-engine" value="https://google.com/search?q=%s" type="hidden"> 
                <input id="uv-address" type="text" placeholder="welcome back." class="form__input">
              </form>
            <div class="proxy-quicklinks">
                <a href="reading/chatgpt.html"><img src="/images/apps/chatgpt.png" alt="game"></a>
                <a href="reading/youtube.html"><img src="/images/apps/youtube.png" alt="game"></a>
                <a href="reading/twitch.html"><img src="/images/apps/twitch.png" alt="game"></a>
                <a href="reading/tiktok.html"><img src="/images/apps/tiktok.png" alt="game"></a>
                <a href="reading/snapchat.html"><img src="/images/apps/snapchat.jpg" alt="game"></a>
            </div>
               <h3>wanna make your own links? goto<button id="linkmaker" onclick="window.open('https://github.com/FrogiesArcade/FrogiesArcade-v2-Portable/tree/main');">this github repository</button>to make them!</h3>
            <br>
            <button class="discord" onclick="window.open('https://discord.gg/fErn6KteQn');">join discord for more links</button>
            <br>
            <button id="linkmaker" onclick="window.location.href='credits.html';">Credits</button>
            <button id="linkmaker" onclick="window.location.href='forms.html';">Forms</button>
            <button id="linkmaker" onclick="window.open('https://frogiee.one/');">About Me</button>
            <button id="linkmaker" onclick="window.location.href='moneygenerator.html';">free roux</button>
            <br>
            <div id="ads">
            <!-- AdForGames.com code begin -->
<script>var afg={};afg.u=6463;afg.s=3;
  document.write("<sc"+"ript src='//js.adforgames.com/cd.js'></sc"+"ript>");</script><script src="//js.adforgames.com/cd.js"></script><iframe src="//www.adforgames.com/cd.php?v=1&amp;seq=1&amp;aid=0.07060839288254117&amp;n=6463&amp;size=3" width="468" height="60" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no" allowtransparency="true"></iframe>
  <!-- AdForGames.com code end -->
            </div>
        </div>
    </div>
    <div id="particles-js"><canvas class="particles-js-canvas-el" width="792" height="600" style="width: 100%; height: 100%;"></canvas></div>
    
    <script src="/particles.js"></script>
    <script src="/app.js"></script>
    <script src="/settings.js"></script>
    <script src="/panic.js"></script>
    <script src="/static/uv/uv.bundle.js" defer=""></script>
    <script src="/static/uv/uv.config.js" defer=""></script>
    <script src="/static/register-sw.js" defer=""></script>
    <script src="/static/search.js" defer=""></script>
    <script src="/static/index.js" defer=""></script>
    <script>
      setInterval(function() {
    document.getElementById("uv-address").placeholder = randomtextstuff[Math.floor(Math.random() * randomtextstuff.length)];;
}, 5000);
      function getQueryParam(param) {
        const urlParams = new URLSearchParams(window.location.search);
        return urlParams.get(param);
      }

      document.addEventListener('DOMContentLoaded', () => {
        const joinid = getQueryParam('game');
        if (joinid) {
          window.location.href = '/share.html?game=' + joinid;
        }
        else {

        }
      });

      async function checkBrowserSupport() {
      const isSafari = /^((?!chrome|android).)*safari/i.test(navigator.userAgent);
      var ismobilegameon = tabData.mobilescreen;

      if (isSafari) {
        if (!tabData.mobilescreen){
          document.getElementById('mobilepopup').style = '';
          return false;
        }
      }

      return true;
    }
    checkBrowserSupport();
    </script>
    <script src="https://www.gstatic.com/firebasejs/8.6.8/firebase-app.js"></script>
    <script src="https://www.gstatic.com/firebasejs/8.6.8/firebase-auth.js"></script>
    <script src="https://www.gstatic.com/firebasejs/8.6.8/firebase-database.js"></script>
    <script>
        // Your web app's Firebase configuration
        var firebaseConfig = {
          apiKey: "AIzaSyAydynhitaENUPOr8S-glDFflJMZCZbZYY",
          authDomain: "nfgrhtaer4wt4yh4r.firebaseapp.com",
          projectId: "nfgrhtaer4wt4yh4r",
          storageBucket: "nfgrhtaer4wt4yh4r.appspot.com",
          messagingSenderId: "741433768105",
          appId: "1:741433768105:web:fad81fc01ccb2fddc951b8"
        };

        // Initialize Firebase
        firebase.initializeApp(firebaseConfig);

        const auth = firebase.auth();
        const database = firebase.database();
        var provider = new firebase.auth.GoogleAuthProvider();

      // Set up the Google provider

      // Function to handle Google Sign-In
      function googleSignIn() {
        auth.signInWithPopup(provider)
          .then((result) => {
            // User signed in successfully.
            const user = result.user;
            console.log('User:', user);
            displayUserProfile(user);
          }).catch((error) => {
            // Handle Errors here.
            console.error('Error during sign-in:', error);
          });
      }

      // Function to display user profile
      function displayUserProfile(user) {
        if (user) {
          const profilePicUrl = user.photoURL;
          const rizzmyohio = "welcome back," + user.displayName + "."
          document.getElementById('profile-pic').src = profilePicUrl;
          document.getElementById('user-name').textContent = user.displayName;
          document.getElementById('uv-address').placeholder = rizzmyohio;
        }
      }

      // Function to handle sign-out
      function signOut() {
        auth.signOut().then(() => {
          // Sign-out successful.
          document.getElementById('big-profile-pic').src = '';
          document.getElementById('profile-pic').src = '';
          document.getElementById('user-name').textContent = '';
          console.log('User signed out.');
        }).catch((error) => {
          // An error happened.
          console.error('Error during sign-out:', error);
        });
      }

      // Function to display user profile
      function displayUserProfile(user) {
        if (user) {
          const profilePicUrl = user.photoURL;
          const rizzmyohio = "welcome back," + user.displayName + "."
          document.getElementById('profile-pic').src = profilePicUrl;
          document.getElementById('big-profile-pic').src = profilePicUrl;
          document.getElementById('user-name').textContent = user.displayName;
          document.getElementById('uv-address').placeholder = "welcome back," + user.displayName + ".";
        }
      }

      auth.onAuthStateChanged((user) => {
        if (user) {
          // User is signed in.
          document.getElementById('uv-address').placeholder = "welcome back,    " + user.displayName + ".";
          displayUserProfile(user);
          
        } else {
          // User is signed out.
          document.getElementById('profile-pic').src = '/images/user.png';
          document.getElementById('big-profile-pic').src = '/images/user.png';
          document.getElementById('user-name').textContent = '';
        }
      });
    </script>



</body></html>