Revision 920625c0189a444b6c4f0ce44ca3d02d5921ee39 authored by Ms2ger on 06 April 2018, 07:56:32 UTC, committed by Ms2ger on 06 April 2018, 08:10:11 UTC
1 parent d6a82fd
Raw File
020-1.html
<script>
onmessage = function(e) {
  parent.postMessage([e.data, e.origin], '*');
}
</script>
back to top