Skip to content
  • Categories
  • Recent
  • Groups
  • Users
  • Tags
  • Popular
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo
  1. Home
  2. Categories
  3. Consoles
  4. is browsedns working on ps5?

is browsedns working on ps5?

Scheduled Pinned Locked Moved Consoles
2 Posts 2 Posters 132 Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • airythefemboylvrA Offline
    airythefemboylvrA Offline
    airythefemboylvr
    wrote on last edited by
    #1

    is browsedns working on ps5? (istg if this html code doesn't work bro)

    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
      <style>
        body {
          margin: 0;
          overflow: hidden;
          background-color: black;
        }
        #logo {
          position: absolute;
          width: 150px;
          height: auto;
          filter: drop-shadow(0 0 10px white);
        }
      </style>
    </head>
    <body>
      <img id="logo" src="https://upload.wikimedia.org/wikipedia/commons/thumb/e/e7/DVD-Video_Logo.svg/768px-DVD-Video_Logo.svg.png" alt="DVD Logo"/>
    
      <script>
        const logo = document.getElementById("logo");
        const colors = ["red", "blue", "green", "yellow", "magenta", "cyan", "white", "orange"];
        let x = 100;
        let y = 100;
        let dx = 2;
        let dy = 2;
    
        function changeColor() {
          const color = colors[Math.floor(Math.random() * colors.length)];
          logo.style.filter = `drop-shadow(0 0 10px ${color})`;
        }
    
        function animate() {
          const screenWidth = window.innerWidth;
          const screenHeight = window.innerHeight;
          const logoWidth = logo.offsetWidth;
          const logoHeight = logo.offsetHeight;
    
          x += dx;
          y += dy;
    
          if (x + logoWidth >= screenWidth || x <= 0) {
            dx = -dx;
            changeColor();
          }
    
          if (y + logoHeight >= screenHeight || y <= 0) {
            dy = -dy;
            changeColor();
          }
    
          logo.style.left = `${x}px`;
          logo.style.top = `${y}px`;
    
          requestAnimationFrame(animate);
        }
    
        animate();
      </script>
    </body>
    </html>
    
    
    1 Reply Last reply
    0
    • goodgirlG Offline
      goodgirlG Offline
      goodgirl
      LGBTQ+ Of BDNS people who looveee mirai asahina from mahoutsukai precure
      wrote on last edited by
      #2

      doesnt the ps5 just let you use its browser with zero difficulties already

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Groups
      • Users
      • Tags
      • Popular