tor-browser

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

1379606-1.html (202B)


      1 <!doctype html>
      2 <style>
      3 div {
      4  display: none;
      5 }
      6 </style>
      7 <div>
      8 <div>
      9 <div>
     10 <div>
     11 <div>
     12 <div id="target">
     13 </div>
     14 </div>
     15 </div>
     16 </div>
     17 </div>
     18 </div>
     19 <script>
     20  target.animate({ color: "red" })
     21 </script>