mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-01-03 10:31:54 +01:00
Removed last residue of browser.runtime.sendMessage
This commit is contained in:
parent
403885f426
commit
cd8c7bd71c
@ -30,7 +30,7 @@
|
|||||||
logging.notice("empty storage");
|
logging.notice("empty storage");
|
||||||
settings.persistentRndStorage = "";
|
settings.persistentRndStorage = "";
|
||||||
logging.notice("send message to main script");
|
logging.notice("send message to main script");
|
||||||
browser.runtime.sendMessage({"canvasBlocker-clear-domain-rnd": true});
|
extension.message.send({"canvasBlocker-clear-domain-rnd": true});
|
||||||
},
|
},
|
||||||
inspectSettings: function(){
|
inspectSettings: function(){
|
||||||
logging.verbose("open settings inspection");
|
logging.verbose("open settings inspection");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user