mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-01-03 10:31:54 +01:00
Update main.js
This commit is contained in:
parent
101a8605b5
commit
98f061d82b
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user