tor-browser

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

348462-2.html (252B)


      1 <html>
      2 <head>
      3 <script type="text/javascript">
      4 
      5 function boom() { 
      6  document.body.appendChild(document.createTextNode(String.fromCharCode(25261)))
      7  document.body.style.fontSize = '8388608px';
      8 }
      9 
     10 </script>
     11 </head>
     12 <body onload="boom()"></body>
     13 </html>