tor-browser

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

842463-1.html (268B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <script>
      5 
      6 function boom()
      7 {
      8  var f = document.createElementNS("http://www.w3.org/2000/svg", "feImage");
      9  f.setAttributeNS("http://www.w3.org/1999/xlink", "xlink:href", "#s");
     10 }
     11 
     12 </script>
     13 </head>
     14 <body onload="boom();"></body>
     15 </html>