tor-browser

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

989965-1.html (190B)


      1 <!DOCTYPE html>
      2 <body>
      3 <style>
      4 ::placeholder { color: red; }
      5 ::placeholder:focus { color: green; }
      6 </style>
      7 <script>
      8 window.getComputedStyle(document.body, "::placeholder").color;
      9 </script>