Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems with Yandex engine #106

Closed
n0samu opened this issue Nov 25, 2024 · 2 comments
Closed

Problems with Yandex engine #106

n0samu opened this issue Nov 25, 2024 · 2 comments

Comments

@n0samu
Copy link

n0samu commented Nov 25, 2024

System

  • OS: Windows 10
  • Browsers: Firefox 132, Chromium 131
  • Extension version: 7.0.0

Bug description

When I select the Yandex engine, I experience a few problems that make it very difficult to use:

  • Even if an exact URL match is found, the extension still retries the search without the url: operator. Worse, if I manually retype the url: operator into the Yandex search bar and hit Enter, the extension redirects me back to the search without the url: operator. I'm guessing this problem was caused by a Yandex site design change that broke the extension's detection of search results.
  • The extension's automated clicks and pasting often trigger Yandex's CAPTCHA, so the automation ends up costing more time than it saves.

I'd propose simplifying the Yandex engine to simply open https://yandex.com/search/?text=url%3A{url}. This seems to work well and run less risk of triggering CAPTCHAs. I don't understand why the extension opens the Yandex homepage and pastes in the search term instead of opening the search results page directly.

@dessant
Copy link
Owner

dessant commented Dec 13, 2024

CSS selectors were no longer matching, the fix will be released with the next update.

The extension searches using the input field to lower the occurrence of CAPTCHAs, the method you suggest has lead to repeated challenges within the same session in the past. Right now a challenge may occur at the start of a session when there are no preexisting cookies saved by Yandex, and there's not much the extension can reasonably do about it.

@n0samu
Copy link
Author

n0samu commented Dec 14, 2024

Alright, thanks! 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants