mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-06-13 11:41:02 +02:00
parent
bda97dbc38
commit
d3d137beed
@ -400,9 +400,9 @@
|
|||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
function getStatus(obj, status){
|
function getStatus(obj, status, prefs){
|
||||||
status = Object.create(status);
|
status = Object.create(status);
|
||||||
status.active = hasType(status, "readout");
|
status.active = prefs("protectDOMRect", status.url) && hasType(status, "readout");
|
||||||
return status;
|
return status;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user