(function () { var _z = console; Object.defineProperty(window, "console", { get: function () { if (_z._commandLineAPI) { throw undefined; } return _z; }, set: function (val) { _z = val; } }); })();