Skip to content

Commit

Permalink
fix(google): highlight recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
iorate committed Dec 16, 2022
1 parent 7532772 commit c274bd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/scripts/search-engines/google-desktop.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ const desktopSerpHandlers: Record<string, SerpHandler> = {
[[
'.dG2XIf', // Featured Snippet
'.kno-fb-ctx', // Latest, Top Story (Horizontal)
'g-inner-card', // Recipe
]
.flatMap(s => [`[data-ub-blocked] ${s}`, `[data-ub-highlight] ${s}`])
.join(', ')]: {
Expand Down

0 comments on commit c274bd2

Please sign in to comment.