tor-browser

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

reftest.https.html (205B)


      1 <link rel=match href=green.html>
      2 <style>
      3 :root {background-color:red}
      4 </style>
      5 <script>
      6 if (window.location.protocol === "https:") {
      7   document.documentElement.style.backgroundColor = "green";
      8 }
      9 </script>