1
0
Fork 0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2025-07-04 20:46:39 +02:00

Merge branch 'master' into themes

This commit is contained in:
kkapsner 2019-05-01 23:19:46 +02:00
commit c2a817478e
5 changed files with 15 additions and 8 deletions

View file

@ -30,7 +30,7 @@
logging.notice("empty storage");
settings.persistentRndStorage = "";
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(){
logging.verbose("open settings inspection");