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