mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-04 20:46:39 +02:00
parent
4d7b9b981c
commit
43b2fa8b51
12 changed files with 340 additions and 2 deletions
|
@ -57,6 +57,10 @@
|
|||
logging.verbose("open settings sanitation");
|
||||
window.open("sanitize.html", "_blank");
|
||||
},
|
||||
openSettingPresets: function(){
|
||||
logging.verbose("open setting presets");
|
||||
window.open("presets.html", "_blank");
|
||||
},
|
||||
saveSettings: function(){
|
||||
logging.verbose("save settings");
|
||||
const data = {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue