mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-29 07:03:29 +00:00
7 lines
102 B
HTML
7 lines
102 B
HTML
<iframe id="i"></iframe>
|
|
<script>
|
|
var doc = i.contentDocument;
|
|
i.remove();
|
|
doc.cloneNode();
|
|
</script>
|