mirror of
https://github.com/bnmgh1/NodeSandbox.git
synced 2025-04-21 13:20:17 +08:00
4 lines
210 B
JavaScript
4 lines
210 B
JavaScript
document.__proto__ = Object.prototype;
|
|
cbb_wf.console.log(document instanceof Document);
|
|
let ck_get = Object.getOwnPropertyDescriptor(Document.prototype, "cookie").get
|
|
cbb_wf.console.log(ck_get.call(document)); |