mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-01-03 10:31:54 +01:00
parent
eb83002917
commit
1bb5013a39
@ -43,7 +43,9 @@
|
|||||||
|
|
||||||
|
|
||||||
function getStatus(obj, status){
|
function getStatus(obj, status){
|
||||||
return Object.create(status);
|
status = Object.create(status);
|
||||||
|
status.active = true;
|
||||||
|
return status;
|
||||||
}
|
}
|
||||||
|
|
||||||
scope.changedGetters.forEach(function(changedGetter){
|
scope.changedGetters.forEach(function(changedGetter){
|
||||||
|
@ -2,11 +2,8 @@ Version 0.5.7:
|
|||||||
changes:
|
changes:
|
||||||
- reset settings no longer only available in expert mode
|
- reset settings no longer only available in expert mode
|
||||||
|
|
||||||
new features:
|
|
||||||
-
|
|
||||||
|
|
||||||
fixes:
|
fixes:
|
||||||
-
|
- protection for history length did not work
|
||||||
|
|
||||||
known issues:
|
known issues:
|
||||||
- if a data URL is blocked the page action button does not appear
|
- if a data URL is blocked the page action button does not appear
|
||||||
|
Loading…
x
Reference in New Issue
Block a user