tor-browser

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

394246-1.html (216B)


      1 <html>
      2 <head>
      3 <script>
      4 function boom()
      5 {
      6  var div = document.getElementById("div");
      7  div.innerHTML = div.innerHTML.slice(1);
      8 }
      9 </script>
     10 </head>
     11 <body onload="boom();">
     12 
     13 <div id="div">t
     14 &#769;</div>
     15 
     16 </body></html>