tor-browser

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

810303.html (417B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <script>
      5      window.onload = function() {
      6        document.removeChild(document.documentElement);
      7        var oFrameset1 = document.createElement('frameset'),
      8            oFrameset2 = document.createElement('frameset');
      9        document.appendChild(oFrameset1);
     10        oFrameset1.appendChild(oFrameset2);
     11        oFrameset2.offsetWidth;
     12      };
     13    </script>
     14  </head>
     15 </html>