Skip to content

Commit

Permalink
fix(google): update support for video search
Browse files Browse the repository at this point in the history
fix #389
  • Loading branch information
iorate committed Jan 21, 2024
1 parent 1108c08 commit 3b572b6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/scripts/search-engines/google-desktop.ts
Original file line number Diff line number Diff line change
Expand Up @@ -485,9 +485,7 @@ const desktopSerpHandlers: Record<string, SerpHandler> = {
level: '.g',
url: 'a',
title: 'h3',
actionTarget: '.eFM0qc',
actionPosition: insertActionBeforeMenu,
actionStyle: desktopRegularActionStyle,
...regularEntryHandler,
},
],
pagerHandlers: [
Expand Down

0 comments on commit 3b572b6

Please sign in to comment.