1 2 3 4 5 6 7
<html> <head> <script> Object.defineProperty(window, "foo", { get() { alert("FAIL"); } }); </script> </head> </html>