tor-browser

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

always-underline-links.html (148B)


      1 <!doctype html>
      2 <style>
      3  a { text-decoration: none !important }
      4 </style>
      5 <a href="#">Should have an underline regardless of what the page says</a>