-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
static syntax inconsistency #2899
Comments
I don't see "wrap" on IMDB page, but on TVguide "/thumb" is realy "/thumbs" and uBlock assumes word boundary for this type of filters. Use "/thumb*" or "/thumbs". |
By design as pointed out by @gwarser. Use asterisk if you want (I also don't see any instances of |
/wrap is there in the link I provided: Okay, so it's a matter of word boundary and need for And let me echo what lewisje requested in #1065 - please add important details like this to the wiki page. (Likewise, please do the same for the my comment last week for the Logger wiki page.) |
Does This would mean for my 2 rules in this thread:
|
Thankfully I've now learned enough that I can answer my own question -- No, The So I've come full circle with my 2 rules being what I posted originally. (Minor change is adding a dash for |
using 1.13.8 with Fanboy Ultimate on Pale Moon 27.4
This rule works on this IMDb page:
/wrap$image,domain=imdb.com
But this rule does not work on this TVguide page:
/thumb$image,important,domain=tvguide.com
Instead, I had to expand it. Now this works:
||tvgcdn.net^*/thumb$image,important,domain=tvguide.com
(Note that $important needed to override an EasyList allow for tvguide.com. It's still the same problem without it.)
This appears to be a bug of syntax parsing inconsistency.
The text was updated successfully, but these errors were encountered: