tor-browser

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

410967.html (233B)


      1 <DOCTYPE html>
      2 <html>
      3 <head>
      4 <script type="text/javascript">
      5 
      6 function boom()
      7 {
      8  var t = document.body.firstChild;
      9  t.data = "a" + t.data;
     10 }
     11 
     12 </script>
     13 </head>
     14 
     15 <body onload="boom();" style="width: 1px;">b c&#1603;</body>
     16 
     17 </html>