1
0
Fork 0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2025-07-04 04:26:35 +02:00

Ask mode did not show canvas canvas any more.

This commit is contained in:
kkapsner 2018-09-21 16:42:58 +02:00
parent 95605ef746
commit 2f4fca10ab
4 changed files with 14 additions and 12 deletions

View file

@ -222,6 +222,7 @@
}
var funcStatus = changedFunction.getStatus(this, siteStatus, prefs);
const This = this;
function notifyCallback(messageId){
notify({
url,
@ -230,7 +231,7 @@
timestamp: new Date(),
functionName: name,
api: changedFunction.api,
dataURL: getDataURL(this, prefs)
dataURL: getDataURL(This, prefs)
});
}
const protectedAPIFeatures = prefs("protectedAPIFeatures");