Skip to content

Instantly share code, notes, and snippets.

@s0md3v
Created May 2, 2020 08:50
Show Gist options
  • Save s0md3v/80ef108d322e4709269ddaf77c38cc08 to your computer and use it in GitHub Desktop.
Save s0md3v/80ef108d322e4709269ddaf77c38cc08 to your computer and use it in GitHub Desktop.
<script>
window.addEventListener("message", function(message){
document.write("I heard '" + message.data + "'")
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment