Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE HTML>
<html>
<head>
<script>
function boom()
{
document.body.appendChild(weirdScript);
document.body.innerHTML;
}
</script>
</head>
<body onload="boom()">
</body>
</html>