tor-browser

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

transition-on-visited-ref.html (140B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <head>
      4 <style>
      5 span {
      6  color: rgb(128, 0, 128);
      7 }
      8 </style>
      9 </head>
     10 <body>
     11 <span>Visited Link</span>
     12 </body>
     13 </html>