mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-04 20:46:39 +02:00
parent
783743b777
commit
b27cf7087b
10 changed files with 310 additions and 17 deletions
|
@ -56,6 +56,10 @@
|
|||
link.click();
|
||||
document.body.removeChild(link);
|
||||
},
|
||||
inspectWhitelist: function(){
|
||||
logging.verbose("open whitelist inspection");
|
||||
window.open("whitelist.html", "_blank");
|
||||
},
|
||||
loadSettings: function(){
|
||||
logging.verbose("load settings");
|
||||
new Promise(function(resolve, reject){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue