020-1.html (93B)
1 <script> 2 onmessage = function(e) { 3 parent.postMessage([e.data, e.origin], '*'); 4 } 5 </script>