1516289.html (315B)
1 <script> 2 function eh1() { 3 a.remove() 4 window.event.composedPath() 5 } 6 function eh2() { 7 b.addEventListener("DOMNodeInserted", eh1) 8 c.insertAdjacentElement("afterBegin", document.createElement("s")) 9 } 10 </script> 11 <image srcset="A" onerror="eh2()"></image> 12 <marquee id="a"> 13 <time id="b"> 14 <dialog id="c">AA</dialog>