Skip to content

Commit

Permalink
Fix issue where Q&A body would load after the rule
Browse files Browse the repository at this point in the history
  • Loading branch information
aug-dev committed May 24, 2024
1 parent dc260b4 commit 4014812
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/scripts/search-engines/google-desktop.ts
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,8 @@ const desktopSerpHandlers: Record<string, SerpHandler> = {
},
// Questions & answers
{
target: ".Tpb3kb > .BmkBMc",
target: ".Hb5Kgc > .m9wSUc",
level: ".Tpb3kb > .BmkBMc",
url: "a",
title: ".RqlTSb",
actionTarget: ".m9wSUc",
Expand Down
3 changes: 2 additions & 1 deletion src/scripts/search-engines/google-mobile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,8 @@ const mobileSerpHandlers: Record<string, SerpHandler> = {
},
// Questions & answers
{
target: ".Tpb3kb > .BmkBMc",
target: ".Hb5Kgc > .m9wSUc",
level: ".Tpb3kb > .BmkBMc",
url: "a",
title: ".RqlTSb",
actionTarget: ".m9wSUc",
Expand Down

0 comments on commit 4014812

Please sign in to comment.