tor-browser

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

563884-1.html (390B)


      1 <html>
      2  <head>
      3    <script type="text/javascript">
      4      window.addEventListener('load', function() {
      5        document.getElementsByTagName('tr')[1].insertBefore(document.createElement('link'), document.getElementsByTagName('tr')[1].firstChild);
      6      });
      7    </script>
      8  </head>
      9  <body>
     10    <table>
     11      <tr><td>foo</td></tr>
     12      <tr><td>foo</td></tr>
     13    </table>
     14  </body>
     15 </html>