tor-browser

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

1001237.html (264B)


      1 <html>
      2  <body>
      3    <br id="x" style="transform-style: preserve-3d;">
      4    <script>
      5      document.addEventListener("MozReftestInvalidate", function() {
      6        document.getElementById("x").style.transform = "scale(2, 2)";
      7      });
      8    </script>
      9  </body>
     10 </html>