Merge pull request #638 from mendableai/nsc/removal-of-tags-in-include-main-content

Removal of generic classnames/ids from onlyMainContent cleaning
This commit is contained in:
Nicolas 2024-09-07 13:06:43 -03:00 committed by GitHub
commit b3e2ca9a11
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,16 +39,8 @@ export const excludeNonMainTags = [
"#search",
".share",
"#share",
".pagination",
"#pagination",
".widget",
"#widget",
".related",
"#related",
".tag",
"#tag",
".category",
"#category",
".cookie",
"#cookie"
];