jshack1

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