tor-browser

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

beforeunload-on-navigation-of-parent-2.html (127B)


      1 <!doctype html>
      2 <script>
      3 addEventListener("beforeunload", function() {parent.parent.beforeunload_fired=true}, false)
      4 </script>