tor-browser

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

1872309.html (563B)


      1 <!DOCTYPE html>
      2 <html class="reftest-wait">
      3 <script>
      4 document.addEventListener("DOMContentLoaded", async () => {
      5  let a = document.createElementNS("http://www.w3.org/1999/xhtml", "canvas")
      6  document.documentElement.appendChild(a)
      7  for (let i = 0; i < 10; i++) {
      8    a.animate(
      9      {"rotate": ["-45155266.58grad", "1739581432.45grad 41467 1000 -25020", "none"]},
     10      {"composite": "add", "delay": 10, "iterationStart": 0.25}
     11    )
     12  }
     13  requestAnimationFrame(() => {
     14    document.documentElement.classList.remove('reftest-wait');
     15  });
     16 })
     17 </script>
     18 </html>