tor-browser

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

1450691.html (358B)


      1 <script>
      2  o0 = document.createElement('iframe');
      3  o1 = document.createElement('iframe');
      4  document.documentElement.appendChild(o0);
      5  o2 = o0.getSVGDocument();
      6  o3 = o2.childNodes[0];
      7  o3.appendChild(o1);
      8  o3.scrollHeight;
      9  o3.hidden = true;
     10  o4 = window.getComputedStyle(o1.contentDocument.childNodes[0].childNodes[1], ":z");
     11  o4.length;
     12 </script>