mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-04 04:26:35 +02:00
parent
2138467fd3
commit
fa92c15dab
7 changed files with 32 additions and 17 deletions
|
@ -234,7 +234,7 @@
|
|||
});
|
||||
}
|
||||
|
||||
if (funcStatus.active && !prefs("apiWhiteList")[name]){
|
||||
if (funcStatus.active && prefs("protectedAPIFeatures")[name]){
|
||||
if (funcStatus.mode === "ask"){
|
||||
funcStatus.mode = ask({
|
||||
window: window,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue