tor-browser

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

368166-1.xhtml (314B)


      1 <html xmlns="http://www.w3.org/1999/xhtml">
      2 
      3 <head>
      4 <script>
      5 
      6 function boom()
      7 {
      8  var doomed = document.getElementById("doomed");
      9  doomed.parentNode.removeChild(doomed);
     10 }
     11 
     12 </script>
     13 </head>
     14 
     15 <body onload="boom()">
     16 
     17 <table><tbody><tr><td id="doomed" rowspan="3"></td></tr></tbody><div/></table>
     18 
     19 </body>
     20 
     21 </html>