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

Added whitelist inspection

Fixes #331
This commit is contained in:
kkapsner 2019-05-04 01:12:45 +02:00
parent 783743b777
commit b27cf7087b
10 changed files with 310 additions and 17 deletions

View file

@ -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){