1 2 3 4 5 6
<!DOCTYPE html> <script> window.onload = () => { window.top.opener.postMessage("ready", "*"); }; </script>