var a = document.getElementById("rusic-modal") || document.createElement("iframe"); a.setAttribute("allow", "fullscreen");
a.src = "https://google.com"; a.id = "rusic-modal";
a.style = "position:fixed;width:100vw;height:100vh;top:0px;left:0px;right:0px;bottom:0px;z-index:2147483647;background-color:white;border:none;"; document.body.appendChild(a);
I can't just run this code on a new about:blank window. I want an about:blank to open, then run the code above to go to google.com