tor-browser

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

873260-1.html (343B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <script>
      5 
      6 function boom()
      7 {
      8    var r = document.documentElement;
      9    r.style.transitionDelay = "60s";
     10    r.style.borderRadius = "9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999%";
     11 }
     12 
     13 </script>
     14 </head>
     15 <body onload="boom();"></body>
     16 </html>