tor-browser

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

1966679.html (680B)


      1 <!DOCTYPE html>
      2 <html class="reftest-wait">
      3 <!-- TODO: Making this a WPT would be ideal, but it times out -->
      4 <script>
      5  window.addEventListener("load", async () => {
      6    setTimeout(async function() {
      7      let docEl = document.documentElement;
      8      const viewTransition = document.startViewTransition()
      9      await viewTransition.updateCallbackDone
     10      document.write([
     11        "<main light-dark(navajowhite, ButtonShadow) !important; 7084726.958900766 !important\">",
     12        "<svg 69.61108049869422rem 3900ex)\" 848780341%, 425393442.8275892\">", "</svg>",
     13        "<section>", "</section>",
     14        "</main>"
     15      ]);
     16      docEl.className = "";
     17    }, 0);
     18  })
     19 </script>