www.portal.portal.loveschild.pics Open in urlscan Pro
152.53.38.100  Public Scan

URL: https://www.portal.portal.loveschild.pics/
Submission: On December 20 via api from US — Scanned from AT

Form analysis 1 forms found in the DOM

<form id="uv-form">
  <input id="uv-search-engine" value="https://www.google.com/search?q=%s" type="hidden">
  <input id="uv-address" type="text" placeholder="Search freely with Szvy Central..." class="form__input" autocomplete="off">
  <p class="smallahhtext">Quick Links</p>
  <div class="quicklink-container" id="quicklink-container">
    <a class="quicklink-button" href="embed.html#https://www.google.com">
               <img src="/assets/google.png" alt="Google">
               <p>Google</p>
            </a>
    <a class="quicklink-button" href="embed.html#https://ngg.frogiee.one/hub">
               <img src="/assets/ngglol.png" alt="nowgg.lol">
               <p>nowgg.lol</p>
            </a>
    <a class="quicklink-button" href="embed.html#https://play.geforcenow.com/mall/">
                <img src="/assets/geforce.png" alt="Geforce Now">
                <p>Geforce Now</p>
             </a>
    <a class="quicklink-button" href="embed.html#https://www.tiktok.com">
               <img src="/assets/tiktok.png" alt="Tiktok">
               <p>Tiktok</p>
            </a>
    <a class="quicklink-button" id="custom-site-container">
               <img src="/assets/plus.png" alt="Add Custom Site">
               <p>Add Site</p>
            </a>
  </div>
  <div class="desc left-margin">
    <p id="uv-error"></p>
    <pre id="uv-error-code"></pre>
  </div>
  <script src="/szvy/uv.bundle.js" defer=""></script>
  <script src="/szvy/uv.config.js?cdn" defer=""></script>
  <script>
    const form = document.querySelector("#uv-form");
    const input = document.querySelector("#uv-address");
    document.addEventListener("DOMContentLoaded", function() {
      if (!localStorage.getItem('announcementClosed')) {
        $('#announcement-banner').fadeIn();
      }
      $('#announcement-close').click(function() {
        $('#announcement-banner').fadeOut();
        localStorage.setItem('announcementClosed', 'true');
      });
      form.addEventListener("submit", async (event) => {
        event.preventDefault();
        window.navigator.serviceWorker.register("/szvy/sw.js", {
          scope: __uv$config.prefix,
        }).then(() => {
          let url = input.value.trim();
          if (!isUrl(url)) url = "https://www.google.com/search?hl=en-us&q=" + url;
          else if (!(url.startsWith("https://") || url.startsWith("http://"))) url = "http://" + url;
          sessionStorage.setItem("encodedUrl", __uv$config.encodeUrl(url));
          location.href = "math.html";
        });
      });
    });

    function isUrl(val = "") {
      if (/^http(s?):\/\//.test(val) || (val.includes(".") && val.slice(0, 1) !== " ")) return true;
      return false;
    }
  </script>
  <script>
    function loadCustomLinks() {
      var quicklinkContainer = document.getElementById('quicklink-container');
      var savedLinks = JSON.parse(localStorage.getItem('customLinks')) || [];
      savedLinks.forEach(function(link) {
        addCustomLinkToUI(link.url, link.image, link.name);
      });
    }

    function addCustomLinkToUI(customUrl, customImage, customName) {
      var quicklinkContainer = document.getElementById('quicklink-container');
      var newQuicklink = document.createElement('a');
      newQuicklink.className = 'quicklink-button';
      newQuicklink.href = 'embed.html#' + customUrl;
      newQuicklink.innerHTML = '<img src="' + customImage + '" alt="' + customName + '"><p>' + customName + '</p>';
      quicklinkContainer.insertBefore(newQuicklink, document.getElementById('custom-site-container'));
    }
    document.getElementById('custom-site-container').addEventListener('click', function() {
      var customUrl = prompt("Enter the URL (https required):");
      if (!customUrl) {
        alert("URL is required!");
        return;
      }
      var customImage = prompt("Enter the image URL for the site:");
      if (!customImage) {
        alert("Image URL is required!");
        return;
      }
      var customName = prompt("Enter the name for the site:");
      if (!customName) {
        alert("Site name is required!");
        return;
      }
      var newLink = {
        url: customUrl,
        image: customImage,
        name: customName
      };
      var savedLinks = JSON.parse(localStorage.getItem('customLinks')) || [];
      savedLinks.push(newLink);
      localStorage.setItem('customLinks', JSON.stringify(savedLinks));
      addCustomLinkToUI(customUrl, customImage, customName);
    });
    window.onload = function() {
      loadCustomLinks();
    };
  </script>
</form>

Text Content

×
new update! most now.gg games are fixed, minecraft is fixed, and the szvy
central minecraft server is out now! just go to multiplayer under the minecraft
on this site!
Szvy Central



SZVY CENTRAL V2

Quick Links

Google

nowgg.lol

Geforce Now

Tiktok

Add Site