mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-04 20:46:39 +02:00
parent
255c8e6bbf
commit
4c2fea8a90
1 changed files with 4 additions and 2 deletions
|
@ -69,8 +69,10 @@
|
|||
});
|
||||
var notifications = [];
|
||||
function notify(data){
|
||||
notifications.push(data);
|
||||
port.postMessage({"canvasBlocker-notify": data});
|
||||
if (!settings.ignoredAPIs[data.api]){
|
||||
notifications.push(data);
|
||||
port.postMessage({"canvasBlocker-notify": data});
|
||||
}
|
||||
}
|
||||
|
||||
function prefs(...args){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue