Raw File
020-1.html
<script>
onmessage = function(e) {
  parent.postMessage([e.data, e.origin], '*');
}
</script>
back to top