tor-browser

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

377360-1.xhtml (257B)


      1 <html xmlns="http://www.w3.org/1999/xhtml">
      2 <head>
      3 <script>
      4 
      5 function boom()
      6 {
      7  var div = document.getElementById("div");
      8  div.textContent = String.fromCharCode(0xDCBF);
      9 }
     10 
     11 </script>
     12 </head>
     13 
     14 <body onload="boom();">
     15 
     16 <div id="div"></div>
     17 
     18 </body>
     19 </html>