mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-04 20:46:39 +02:00
Update main.js
This commit is contained in:
parent
101a8605b5
commit
98f061d82b
1 changed files with 2 additions and 2 deletions
|
@ -82,7 +82,7 @@
|
|||
browser.runtime.onConnect.addListener(function(port){
|
||||
notice("got port", port);
|
||||
verbose("send back the tab id", port.sender.tab.id);
|
||||
verbose("send back the persistend random seeds", persistentRnd);
|
||||
verbose("send back the persistent random seeds", persistentRnd);
|
||||
verbose("send back the settings", settings);
|
||||
port.postMessage({
|
||||
tabId: port.sender.tab.id,
|
||||
|
@ -159,4 +159,4 @@
|
|||
});
|
||||
|
||||
message("end");
|
||||
}());
|
||||
}());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue