forked from LeenkxTeam/Kmake
7 lines
168 B
HTML
7 lines
168 B
HTML
|
|
<!doctype html>
|
||
|
|
<meta charset="utf-8">
|
||
|
|
<body>
|
||
|
|
<script>
|
||
|
|
window.onbeforeunload = () => ({ toString: () => { parent.currentEventInToString = window.event; } });
|
||
|
|
</script>
|