tor-browser

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

1839193.html (206B)


      1 <html class="reftest-wait">
      2 <audio id=a src=1839193.adts controls></audio>
      3 <script>
      4  a.play();
      5  a.onerror = a.onended = () => {
      6    document.documentElement.removeAttribute("class")
      7  }
      8 </script>
      9 </html>