Skip to content

Commit

Permalink
refactor(selectors): Patch organic search result (#29)
Browse files Browse the repository at this point in the history
* refactor(selectors): patch organic result selector

* chore: add organic search block selector patch changeset

* chore: make organic selector specific to filter similar question block

* chore: test fails on actions but not on local??

* chore: remove debugging console.log
  • Loading branch information
typicalninja authored Sep 6, 2024
1 parent 563bfc4 commit e1a4af2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/tidy-ducks-end.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"google-sr-selectors": patch
---

Patche organic search block selector
2 changes: 1 addition & 1 deletion packages/google-sr-selectors/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const OrganicSearchSelector = {
block: ".Gx5Zad.fP1Qef.xpd.EtOod.pkphOe",
block: "div:not([data-hveid]):not(.yStFkb) > div.Gx5Zad.xpd.EtOod.pkphOe",
link: "[data-ved]",
title: "h3.zBAuLc",
description: ".BNeawe.s3v9rd.AP7Wnd",
Expand Down

0 comments on commit e1a4af2

Please sign in to comment.