mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-04 20:46:39 +02:00
parent
895c7a36d7
commit
03524fd789
7 changed files with 59 additions and 0 deletions
|
@ -41,6 +41,12 @@
|
|||
return;
|
||||
}
|
||||
}
|
||||
if (data["canvasBlocker-clear-container-rnd"]){
|
||||
persistentRndStorage.clearContainerData(data["canvasBlocker-clear-container-rnd"]);
|
||||
if (keys.length === 1){
|
||||
return;
|
||||
}
|
||||
}
|
||||
notice("pass the message to the tabs");
|
||||
browser.tabs.query({}).then(function(tabs){
|
||||
tabs.forEach(function(tab){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue