1403377.html (678B)
1 <script> 2 function fzfn(e){ 3 let nc=window.frames[0].document.body.childElementCount; 4 let o=window.frames[0].document.body.childNodes[1%nc]; 5 document.getElementById('b').appendChild(o.parentNode.removeChild(o)); 6 } 7 window.onload=function(){ 8 document.body.onerror=fzfn; 9 document.getElementById('c').addEventListener('DOMNodeRemoved', fzfn, true); 10 document.getElementById('c').attributes[0].name=='id'; 11 window.frames[0].document.body.appendChild(document.getElementById('c')); 12 document.getElementById('a').innerHTML=document.createElement('multicol').outerHTML; 13 } 14 </script> 15 <iframe></iframe> 16 <script id='a'></script> 17 <script id='b'></script> 18 <script id='c'></script>