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:
parent
95605ef746
commit
2f4fca10ab
4 changed files with 14 additions and 12 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue