tor-browser

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

670467-1.html (373B)


      1 <!DOCTYPE html>
      2 <body style="color: red">
      3  <div id="x" style="display: inline; visibility: hidden">
      4    Line 1
      5    <div>Line 2</div>
      6    Line 3
      7    <div>Line 4</div>
      8    Line 5
      9  </div><script type="text/javascript">
     10    document.body.offsetWidth;
     11    document.getElementById("x").style.visibility = "visible";
     12    document.body.style.color = "green";
     13  </script>
     14 </body>