tor-browser

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

1366144.html (214B)


      1 <!DOCTYPE html>
      2 <style>
      3  div::after { color: green }
      4  div.foo::after { content: "Bar" }
      5 </style>
      6 <div></div>
      7 <script>
      8  onload = function() {
      9    document.querySelector('div').classList.add('foo');
     10  }
     11 </script>