tor-browser

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

386794-1.html (269B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <head>
      4 <script>
      5 
      6 function boom()
      7 {
      8  var weirdScript = document.createElementNS('http://example.com/foo', 'script');
      9  document.body.appendChild(weirdScript);
     10  document.body.innerHTML;
     11 }
     12 
     13 </script>
     14 </head>
     15 <body onload="boom()">
     16 </body>
     17 </html>