tor-browser

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

571347-1b.html (205B)


      1 <!DOCTYPE html>
      2 <head>
      3  <style>
      4    body { color: green; }
      5    .Foo { color: red; }
      6  </style>
      7  <body onload="document.body.className = 'abc foo'" class="Foo">
      8    This should be green
      9  </body>
     10 </head>