Guest Blog Post - Attacking the DevTools | Microsoft Browser Vulnerability Research

PHOTO EMBED

Thu Dec 21 2023 06:48:20 GMT+0000 (Coordinated Universal Time)

Saved by @jakez

let iframe = document.createElement("iframe");
iframe.src = "https://en.wikipedia.org/wiki/Main_Page";
document.body.appendChild(iframe);
content_copyCOPY

https://microsoftedge.github.io/edgevr/posts/attacking-the-devtools/