tor-browser

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

1697525.html (385B)


      1 <!DOCTYPE html>
      2 <html class="reftest-wait">
      3 <script>
      4  let pp;
      5  window.addEventListener("MozReftestInvalidate", finish);
      6  window.addEventListener('load', () => {
      7    pp = SpecialPowers.wrap(self).printPreview();
      8    pp?.print();
      9  });
     10  function finish() {
     11    setTimeout(function() {
     12      pp.close();
     13      document.documentElement.className = "";
     14    }, 0);
     15  }
     16 </script>
     17 </html>