mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-04 04:26:35 +02:00
parent
e549267085
commit
5a1a318b91
1 changed files with 1 additions and 0 deletions
|
@ -205,6 +205,7 @@
|
|||
const wrappedObject = scope.getWrapped(window).Object;
|
||||
const handler = wrappedObject.create(null);
|
||||
handler.apply = scope.exportFunctionWithName(function(target, thisArg, args){
|
||||
args = scope.getWrapped(args);
|
||||
try {
|
||||
return args.length?
|
||||
replacement.call(thisArg, ...args):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue