tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

1763581-1-iframe.html (324B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <script>
      5      window.onload = function() {
      6        img = document.querySelector(".animated-image")
      7        const staticImage = new Image();
      8        staticImage.src = img.src;
      9      }
     10    </script>
     11  </head>
     12  <body>
     13    <img class="animated-image" src="1763581-1.sjs">
     14  </body>
     15 </html>