Skip to content

Commit

Permalink
fix: update Yandex
Browse files Browse the repository at this point in the history
  • Loading branch information
dessant committed Feb 1, 2023
1 parent ba987bc commit 88734f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engines/yandex.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ async function search({session, search, doc, storageIds}) {

if (results) {
const nodes = document.querySelectorAll(
'#search-result .serp-item div.Organic-Extralinks'
'#search-result .serp-item button.Organic-Extralinks'
);

await sendReceipt(storageIds);
Expand Down

0 comments on commit 88734f6

Please sign in to comment.