1907228.html (507B)
1 <script> 2 document.addEventListener("DOMContentLoaded", () => { 3 b.addEventListener("DOMNodeRemoved", () => { 4 document.execCommand("removeFormat", false) 5 }) 6 document.designMode = "on" 7 document.execCommand("selectAll", false) 8 a.addEventListener("DOMAttrModified", () => { 9 document.execCommand("bold", false) 10 document.getSelection().deleteFromDocument() 11 }) 12 a.className = "A" 13 }) 14 </script> 15 <map id="a"></map> 16 <font></font> 17 <area> 18 <meter> 19 <object id="b"></object> 20 <font> 21 </font> 22 </meter>