Skip to content

Instantly share code, notes, and snippets.

@Helloyunho
Last active January 14, 2021 14:31
Show Gist options
  • Save Helloyunho/113cbd6d290a835e75c7592ec15e17a0 to your computer and use it in GitHub Desktop.
Save Helloyunho/113cbd6d290a835e75c7592ec15e17a0 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
<svg xmlns="http://www.w3.org/2000/svg">
<foreignObject width="100%" height="100%">
<div xmlns="http://www.w3.org/1999/xhtml">
<script>alert('Hi!')</script>
<style>
body {
color: #ffffff;
}
</style>
</div>
</foreignObject>
<script>
alert('Hi!')
</script>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment