mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-15 14:09:36 +02:00
Added export and import for settings
This commit is contained in:
parent
41d9b7073f
commit
d531abb2de
10 changed files with 149 additions and 9 deletions
|
@ -22,6 +22,10 @@
|
|||
settings.persistentRndStorage = "";
|
||||
logging.notice("send message to main script");
|
||||
browser.runtime.sendMessage({"canvasBlocker-clear-domain-rnd": true});
|
||||
},
|
||||
exportSettings: function(){
|
||||
logging.verbose("open settings export");
|
||||
window.open("export.html", "_blank");
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue