1
0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2024-05-29 09:28:06 +02:00

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.", "message": "API auf {url} blockiert, weil die CanvasBlocker-Einstellungen nicht rechtzeitig geladen wurden.",
"description": "" "description": ""
}, },
"blocked": {
"message": "API auf {url} blockiert.",
"description": ""
},
"fakedReadout": { "fakedReadout": {
"message": "Auslese vorgetäuscht auf {url}", "message": "Auslese vorgetäuscht auf {url}",
"description": "" "description": ""

View File

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

View File

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

View File

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