Show page action when blocking

Fixes #207
This commit is contained in:
kkapsner 2018-07-13 16:59:49 +02:00
parent 26529a3653
commit a65855a587
4 changed files with 10 additions and 0 deletions

View File

@ -467,6 +467,10 @@
"message": "API auf {url} blockiert, weil die CanvasBlocker-Einstellungen nicht rechtzeitig geladen wurden.",
"description": ""
},
"blocked": {
"message": "API auf {url} blockiert.",
"description": ""
},
"fakedReadout": {
"message": "Auslese vorgetäuscht auf {url}",
"description": ""

View File

@ -467,6 +467,10 @@
"message": "API blocked on {url} because CanvasBlocker-settings were not loaded in time.",
"description": ""
},
"blocked": {
"message": "API blocked on {url}.",
"description": ""
},
"fakedReadout": {
"message": "Faked readout on {url}",
"description": ""

View File

@ -27,6 +27,7 @@
}
return callback.call(object, args, check);
}
check.notify.call(object, "blocked");
return undefined;
};
}());

View File

@ -2,6 +2,7 @@ Version 0.4.6:
changes:
- Changes in the random supply API
- Added grouping to API white list
- Show page action when API is blocked
new features:
- Can protect Audio API