tor-browser

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

open-self-from-frame.html (198B)


      1 <iframe src="about:blank"></iframe>
      2 <script>
      3  document.querySelector("iframe").contentDocument.write(
      4    `<button onclick="window.open().document.write('Hi')">click me!</button>`
      5    );
      6 </script>