mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2024-12-23 05:10:27 +01:00
parent
5cec9781c2
commit
067ec6954c
@ -99,6 +99,13 @@
|
|||||||
else {
|
else {
|
||||||
return original;
|
return original;
|
||||||
}
|
}
|
||||||
|
}, window),
|
||||||
|
set: exportFunction(function(value){
|
||||||
|
Object.defineProperty(
|
||||||
|
constructor.prototype,
|
||||||
|
name,
|
||||||
|
{value}
|
||||||
|
);
|
||||||
}, window)
|
}, window)
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user