Skip to content

Commit

Permalink
fix(google): fix support for AutoPagerize in news search
Browse files Browse the repository at this point in the history
  • Loading branch information
iorate committed Sep 3, 2023
1 parent 4dc1a73 commit e9aacf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/search-engines/google-desktop.ts
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ const desktopSerpHandlers: Record<string, SerpHandler> = {
// AutoPagerize
{
target: '.autopagerize_page_info ~ div',
innerTargets: '.ZE0LJd, .S1FAPd',
innerTargets: '.SoaBEf, .JJZKK, .ZE0LJd, .S1FAPd',
},
],
}),
Expand Down

0 comments on commit e9aacf0

Please sign in to comment.