NodeSandbox/test/test.js
Your Name 056619c27f null
2024-03-15 14:39:48 +08:00

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));