tor-browser

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

focus-non-themed.html (147B)


      1 <!doctype html>
      2 <style>
      3  button {
      4    outline: none;
      5    -moz-appearance: none;
      6    appearance: none;
      7  }
      8 </style>
      9 <button autofocus>Foo</button>