tor-browser

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

563514-1.html (161B)


      1 <!DOCTYPE html>
      2 <head>
      3 <script>
      4 function boom()
      5 {
      6  document.createElement("span").innerHTML = "<body a='b'>";
      7 }
      8 </script>
      9 </head>
     10 <body onload="boom();"></body>