mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2024-12-22 12:50:36 +01:00
parent
26529a3653
commit
a65855a587
@ -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": ""
|
||||
|
@ -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": ""
|
||||
|
@ -27,6 +27,7 @@
|
||||
}
|
||||
return callback.call(object, args, check);
|
||||
}
|
||||
check.notify.call(object, "blocked");
|
||||
return undefined;
|
||||
};
|
||||
}());
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user