mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-04 20:46:39 +02:00
parent
5cec9781c2
commit
067ec6954c
1 changed files with 7 additions and 0 deletions
|
@ -99,6 +99,13 @@
|
|||
else {
|
||||
return original;
|
||||
}
|
||||
}, window),
|
||||
set: exportFunction(function(value){
|
||||
Object.defineProperty(
|
||||
constructor.prototype,
|
||||
name,
|
||||
{value}
|
||||
);
|
||||
}, window)
|
||||
}
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue