mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-15 15:30:00 -04:00
10 lines
200 B
JavaScript
10 lines
200 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"] }
|