mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-13 14:30:02 -04:00
8 lines
203 B
JavaScript
8 lines
203 B
JavaScript
window.location.href = "http://example.com";
|
|
|
|
console.log(top.window.aaa);
|
|
consle.log(globalThis["win" + "dow"]);
|
|
|
|
globalThis.eval("..");
|
|
|
|
let ref = { b: this.top.window, c: globalThis["win" + "dow"] };
|