tor-browser

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

1146101-1.html (254B)


      1 <!DOCTYPE html>
      2 <script>
      3 function boom()
      4 {
      5    document.getElementsByTagName("tbody")[0].style.position = "absolute";
      6    document.getElementsByTagName("table")[0].style.color = "green";
      7 }
      8 </script>
      9 <body onload="boom();">
     10 <table><tbody></tbody></table>