fix: increase maxParentLevels to 5

This commit is contained in:
Karishma Shukla
2025-12-02 00:46:18 +05:30
committed by GitHub
parent dcf2d4da5f
commit 15a07ee6b7

View File

@@ -122,7 +122,7 @@ class ClientSelectorGenerator {
similarityThreshold: 0.7,
minWidth: 50,
minHeight: 20,
maxParentLevels: 3,
maxParentLevels: 5,
excludeSelectors: ["script", "style", "meta", "link", "title", "head"],
};