1 2 3 4 5 6
<!doctype html> <script> "use strict"; let target = (window.opener || window.parent); target.postMessage("ping", "*"); </script>