tor-browser

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

has-iframe.html (152B)


      1 <!DOCTYPE html>
      2 <iframe src="/common/blank.html"></iframe>
      3 <script>
      4 window.onload = () => {
      5  window.opener.postMessage("top ready", "*");
      6 };
      7 </script>