-
Notifications
You must be signed in to change notification settings - Fork 7
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
Support :not(:matches-path()) conversion #1725
Comments
It would make sense to use the standard approach with On the other hand, do we really need it? If negative lookahead is supported in the |
It will be simpler to convert |
I'd just like to not add more modifiers if it can be avoided. Even a regular expression is easily converted: |
This was already done as part of this issue. |
@stanislav-atr how exactly was the conversion done? Negative lookhead? |
yes, for example, rule |
Good, I think this is exactly what we should do in CoreLibs. Could you please link the relevant part of tsurlfilter's code? |
It is already done along with #1530 |
Now it is not possible to easily create negated rules (you should create an regexp)
It will be nice to add some syntax for path negation
We may also add support for uBO syntax
:not(:matches-path())
.The text was updated successfully, but these errors were encountered: