tor-browser

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

448161-2.html (207B)


      1 <html>
      2  <body>
      3    <script>
      4      var node = document.createElement("a");
      5      node.href = "http://www.mozilla.org";
      6      document.defaultView.getComputedStyle(node).color
      7    </script>
      8  </body>
      9 </html>