This commit is contained in:
Brychan Dempsey 2021-06-05 20:08:30 +12:00
parent 35caf24749
commit 2bb1b41d89

View File

@ -5,7 +5,7 @@ var y = (x.contentWindow || x.contentDocument);
if (y.document)y = y.document; if (y.document)y = y.document;
console.log(y.body.innerHTML); console.log(y);
</script> </script>
</head> </head>