tor-browser

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

browsing-context-window.html (130B)


      1 <script>
      2 if (window.parent) {
      3  window.parent.postMessage({
      4    "thisWindowEquivalency": (window === this)
      5  }, "*");
      6 }
      7 </script>