We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f92c324 commit 6de9097Copy full SHA for 6de9097
src/constants.ts
@@ -16,6 +16,7 @@ export const EXCLUDED_SELECTORS = [
16
// '[data-pop="wow"]', // Attribute
17
// 'nav.top', // Tag + Class
18
// Webflow Pages
19
+ 'h1[data-sc="HeadingText"] span[data-sc="HeaderBreadcrumbTitle"]',
20
// Webflow Designer
21
'div.bem-SearchResultPreview', // SEO Preview
22
'[data-automation-id="page-list-row-wrapper"] div.bem-List_Cell',
0 commit comments