fix: increase maxParentLevels to 5
This commit is contained in:
@@ -122,7 +122,7 @@ class ClientSelectorGenerator {
|
|||||||
similarityThreshold: 0.7,
|
similarityThreshold: 0.7,
|
||||||
minWidth: 50,
|
minWidth: 50,
|
||||||
minHeight: 20,
|
minHeight: 20,
|
||||||
maxParentLevels: 3,
|
maxParentLevels: 5,
|
||||||
excludeSelectors: ["script", "style", "meta", "link", "title", "head"],
|
excludeSelectors: ["script", "style", "meta", "link", "title", "head"],
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user