tor-browser

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

1370968.html (348B)


      1 <!DOCTYPE html>
      2 <html>
      3 <body>
      4 <iframe id="iframe" src="1370968-inner.xhtml"></iframe>
      5 <script>
      6    var io = new IntersectionObserver(function () {
      7    }, { });
      8    var iframe = document.getElementById('iframe');
      9    iframe.onload = function () {
     10        io.observe(iframe.contentDocument.getElementById('target'));
     11    };
     12 </script>
     13 </body>
     14 </html>