mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-04 20:46:39 +02:00
parent
fa3111a3ea
commit
f5699a1bf3
10 changed files with 601 additions and 65 deletions
|
@ -29,6 +29,10 @@
|
|||
logging.verbose("open settings inspection");
|
||||
window.open("export.html", "_blank");
|
||||
},
|
||||
openSettingSanitation: function(){
|
||||
logging.verbose("open settings sanitation");
|
||||
window.open("sanitize.html", "_blank");
|
||||
},
|
||||
saveSettings: function(){
|
||||
logging.verbose("save settings");
|
||||
const data = {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue