tor-browser

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

406361-1.html (204B)


      1 <html>
      2 <head>
      3 <script>
      4 function boom()
      5 {
      6  var use = document.createElementNS("http://www.w3.org/2000/svg", "use");
      7  use.patternTransform = "";
      8 }
      9 </script>
     10 </head>
     11 <body onload="boom();">
     12 </body>
     13 </html>