scramjet/rewriter/test.js
2024-07-15 08:12:45 -04:00

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"] }