tor-browser

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

1323119-1.html (327B)


      1 <!DOCTYPE html>
      2 <html class="reftest-wait">
      3 <body>
      4 <script>
      5 addEventListener("DOMContentLoaded", function() {
      6  let a = document.createElement("th");
      7  document.documentElement.appendChild(a);
      8  a.animate([{"mask": "repeat-y "}], 484);
      9  document.documentElement.classList.remove("reftest-wait");
     10 });
     11 </script>
     12 </body>
     13 </html>