tor-browser

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

1848660.html (211B)


      1 <html class="reftest-wait">
      2 <audio id='a'>
      3 <source src='1848660.wav'>
      4 </audio>
      5 <script>
      6 function done() {
      7  document.documentElement.removeAttribute("class");
      8 }
      9 a.addEventListener('error', done, true)
     10 </script>