tor-browser

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

729126-1.html (274B)


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