secret.html (100B)
1 <!DOCTYPE html> 2 secret stuff 3 <script> 4 window.parent.postMessage({status: "done"}, "*"); 5 </script>