mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-03-12 03:02:59 +01:00
parent
26529a3653
commit
a65855a587
@ -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": ""
|
||||||
|
@ -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": ""
|
||||||
|
@ -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;
|
||||||
};
|
};
|
||||||
}());
|
}());
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user