tor-browser

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

1468124-1.html (583B)


      1 <html class="reftest-wait">
      2 <style>
      3 :not(feFuncB) {
      4  position: fixed;
      5 }
      6 a:last-child {
      7  -webkit-transform-style: preserve-3d;
      8 }
      9 * {
     10  -webkit-backface-visibility: hidden;
     11 </style>
     12 <script>
     13 window.requestIdleCallback(function() {
     14  document.documentElement.getBoundingClientRect();
     15 });
     16 function go() {
     17  var c = document.createElement("a")
     18  c.text = "-";
     19  try { c.replaceChild(b, c.childNodes[0]); } catch(e) { }
     20  try { document.body.appendChild(c); } catch(e) { }
     21  document.documentElement.className = "";
     22 }
     23 </script>
     24 <body onload=go()>
     25 <d id="b">|
     26 <audio controls="">
     27 </html>