diff --git a/src/scripts/search-engines/google-desktop.ts b/src/scripts/search-engines/google-desktop.ts index b52064a38..73f9a55d7 100644 --- a/src/scripts/search-engines/google-desktop.ts +++ b/src/scripts/search-engines/google-desktop.ts @@ -185,6 +185,14 @@ const desktopSerpHandlers: Record = { title: 'h3', ...regularEntryHandler, }, + // Discussions and forums + { + target: '.LJ7wUe', + url: 'a', + title: '[role="heading"][aria-level="3"]', + actionTarget: '[aria-label][role="link"]', + actionStyle: desktopActionStyle, + }, // Featured Snippet { target: '.g .xpdopen .ifM9O .g',