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

$path modifier does not work on path market.yandex.ru/? #1726

Closed
zloyden opened this issue Feb 10, 2023 · 2 comments
Closed

$path modifier does not work on path market.yandex.ru/? #1726

zloyden opened this issue Feb 10, 2023 · 2 comments

Comments

@zloyden
Copy link

zloyden commented Feb 10, 2023

Seems to be a bug. This rule does not apply on https://market.yandex.ru/?.
However, it works as expected in the extension.

[$path=/^\/$|^\/\?$/]market.yandex.*##div[data-zone-data*="bannerUrl"]:not([data-zone-name="deals-banner"])

According to regex101.com, there is no a mistake, so please investigate it.

@krystian3w
Copy link

market.yandex.ru##:matches-path(/^\/$|^\/\?$/) div[data-zone-data*="bannerUrl"]:not([data-zone-name="deals-banner"]) 
! translated to: 
[$path=/^\\/$|^\\/\\?$/]market.yandex.ru## div[data-zone-data*="bannerUrl"]:not([data-zone-name="deals-banner"])

@zloyden
Copy link
Author

zloyden commented Mar 29, 2023

@ngorskikh I can't reproduсe it anymore on AdGuard for Windows 7.13 nightly 6.

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

No branches or pull requests

4 participants