tor-browser

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

729126-2.html (296B)


      1 <!DOCTYPE html>
      2 <html>
      3 <body style="background-size: cover; transition-duration: 1ms"></body>
      4 <script>
      5 var body = document.body;
      6 /* flush */ getComputedStyle(body, "").backgroundSize;
      7 body.style.backgroundSize = 'contain';
      8 /* flush */ getComputedStyle(body, "").backgroundSize;
      9 </script>
     10 </html>