From 74008ab571098b1627442a4268e43b6368253ff8 Mon Sep 17 00:00:00 2001 From: iorate <682043+iorate@users.noreply.github.com> Date: Mon, 18 Sep 2023 23:09:24 +0900 Subject: [PATCH] fix(google): fix selector for video results fix #364 --- src/scripts/search-engines/google-desktop.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripts/search-engines/google-desktop.ts b/src/scripts/search-engines/google-desktop.ts index d0cdba5b7..4c1d86faf 100644 --- a/src/scripts/search-engines/google-desktop.ts +++ b/src/scripts/search-engines/google-desktop.ts @@ -302,7 +302,7 @@ const desktopSerpHandlers: Record = { { target: '.RzdJxc .hMJ0yc', level: '.RzdJxc', - url: '.X5OiLe', + url: 'a[href]', title: '.fc9yUc', actionTarget: '.hMJ0yc', actionStyle: desktopActionStyle,