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