Update excludeTags.ts

This commit is contained in:
Nicolas 2024-10-16 13:37:40 -03:00
parent cf8fe93281
commit 2c1a98f019

View File

@ -6,7 +6,6 @@ export const excludeNonMainTags = [
".header", ".header",
".top", ".top",
".navbar", ".navbar",
"#header",
".footer", ".footer",
".bottom", ".bottom",
"#footer", "#footer",
@ -39,8 +38,6 @@ export const excludeNonMainTags = [
"#search", "#search",
".share", ".share",
"#share", "#share",
".widget",
"#widget",
".cookie", ".cookie",
"#cookie" "#cookie"
]; ];