mirror of
https://github.com/bnmgh1/NodeSandbox.git
synced 2025-04-12 03:36:56 +08:00
10 lines
316 B
JavaScript
10 lines
316 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));
|
|
|
|
// 这个要补的产品
|
|
|
|
|
|
// js直接在这里面拼接
|
|
cbb_wf.console.log(location.origin) |