13 lines
329 B
HTML
13 lines
329 B
HTML
<script>
|
|
window.addEventListener("DOMContentLoaded", () => {
|
|
o1.prepend(o4)
|
|
document.getSelection().setBaseAndExtent(o5.attachShadow({mode: "closed"}), 0, o3, 0)
|
|
o5.replaceWith(o2)
|
|
setTimeout(window.close, 500)
|
|
})
|
|
</script>
|
|
<iframe id="o1"></iframe>
|
|
<picture id="o2"></picture>
|
|
<area id="o3">
|
|
<meter id="o4">
|
|
<p id="o5">
|