tor-browser

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

372641-1b.xhtml (263B)


      1 <html xmlns="http://www.w3.org/1999/xhtml">
      2 <head>
      3 </head>
      4 
      5 <body>
      6 
      7 <table border="1"><tbody id="tbody">XXX<tr><td>TD</td></tr></tbody></table>
      8 
      9 <script>
     10 document.body.offsetWidth;
     11 document.getElementById("tbody").firstChild.data = '';
     12 </script>
     13 
     14 </body>
     15 </html>