tor-browser

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

99850-1a.html (293B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <head>
      4 <script type="text/javascript">
      5 
      6 function change_colors()
      7 {
      8  document.linkColor = "#FF0000";
      9  document.linkColor = "#009933";
     10 }
     11 
     12 </script>
     13 </head>
     14 
     15 <body onload="change_colors()">
     16 
     17 <a href="http://mozilla.org/do_not_visit">unvisited link</a>
     18 
     19 </body>
     20 
     21 </html>