mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2024-11-10 15:18:52 +01:00
parent
e549267085
commit
5a1a318b91
@ -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…
Reference in New Issue
Block a user