Jshack1
setTimeout(() => {
const win = parent["window"];
win.doc = win["document"];
win.w = win;
});
Sparkling Swan
setTimeout(() => {
const win = parent["window"];
win.doc = win["document"];
win.w = win;
});