mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-03 12:06:31 +02:00
New alpha version
This commit is contained in:
parent
8dddff85cc
commit
51e76bafce
2 changed files with 4 additions and 1 deletions
|
@ -25,7 +25,6 @@
|
|||
const descriptor = Object.getOwnPropertyDescriptor(object, name);
|
||||
const original = descriptor[type];
|
||||
if ((typeof changed) === "function"){
|
||||
// changed = extension.exportFunctionWithName(changed, window, original.name);
|
||||
changed = extension.createProxyFunction(window, original, changed);
|
||||
}
|
||||
extension.changeProperty(window, "iframeProtection", {object, name, type, changed});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue