Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<head>
<script type="text/javascript">
function boom()
{
document.documentElement.style.display = "none";
document.execCommand("removeformat", false, null);
}
</script>
</head>
<body onload="boom();"><td contenteditable="true"></td></body>
</html>