tor-browser

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

event-global-is-still-set-when-coercing-beforeunload-result-frame.html (168B)


      1 <!doctype html>
      2 <meta charset="utf-8">
      3 <body>
      4 <script>
      5 window.onbeforeunload = () => ({ toString: () => { parent.currentEventInToString = window.event; } });
      6 </script>