tor-browser

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

1528675.html (757B)


      1 <script>
      2 function start() {
      3  o14=window.document;
      4  o432=document.createElement('audio');
      5  o433=document.createElement('track');
      6  o432.appendChild(o433);
      7  o493=o432.textTracks;
      8    o14.write('<html></html>');
      9  o757=document.createElement('iframe');
     10  o757.addEventListener('load', fun0, false);
     11    document.documentElement.appendChild(o757);
     12  o432.controls^=1;
     13 }
     14 function fun0(e) {
     15  o1062=e.target;
     16  o1063=o1062.contentWindow;
     17  o1064=o1063.document;
     18  document.documentElement.appendChild(o432);
     19  setTimeout(fun1,240);
     20 }
     21 function fun1() {
     22  o433.parentNode.removeChild(o433);
     23  document.replaceChild(o1064.documentElement,document.documentElement);
     24  SpecialPowers.forceGC();
     25  SpecialPowers.forceCC();
     26 }
     27 </script>
     28 <body onload="start()"></body>