1461749.html (388B)
1 <style> 2 :last-of-type { 3 display: contents; 4 } 5 </style> 6 <script> 7 function start() { 8 o1 = document.createElement('footer') 9 o2 = document.createElement('t') 10 document.documentElement.appendChild(o1) 11 document.documentElement.appendChild(o2) 12 o3 = o1.attachShadow({ 13 mode: "open" 14 }) 15 o2.getClientRects() 16 o3.innerHTML = ">" 17 } 18 window.addEventListener('load', start) 19 </script>