mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-04 20:46:39 +02:00
parent
aa8b202545
commit
6477572f79
7 changed files with 180 additions and 9 deletions
|
@ -65,7 +65,7 @@
|
|||
notification.show(port.sender.tab.id, url, data["canvasBlocker-notify"].api);
|
||||
}
|
||||
if (data.hasOwnProperty("canvasBlocker-clear-page-action")){
|
||||
notification.hide(port.sender.tab.id);
|
||||
notification.hide(port.sender.tab.id, url);
|
||||
}
|
||||
verbose("got data", data, "from port", port);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue