tor-browser

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

placeholder-1.html (184B)


      1 <!DOCTYPE html>
      2 <style>
      3  a:visited { color: green }
      4  input, input::placeholder { color: inherit }
      5 </style>
      6 <a href="visited-page.html"><input placeholder="This should be green"></a>