Skip to content

Commit

Permalink
fix(google): fix discussions and forums on Google desktop (#458)
Browse files Browse the repository at this point in the history
  • Loading branch information
aug-dev committed May 11, 2024
1 parent cf858d0 commit c280c86
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/scripts/search-engines/google-desktop.ts
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,11 @@ const desktopSerpHandlers: Record<string, SerpHandler> = {
target: ".LJ7wUe",
url: "a",
title: '[role="heading"][aria-level="3"]',
actionTarget: '[aria-label][role="link"]',
actionStyle: desktopActionStyle,
actionTarget: ".iDBaYb",
actionStyle: {
fontSize: "12px",
margin: "0 0 0 -12px",
},
},
// Featured Snippet
{
Expand Down

0 comments on commit c280c86

Please sign in to comment.