this post was submitted on 08 Mar 2026
6 points (100.0% liked)
uBlockOrigin
96 readers
4 users here now
founded 9 months ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Maybe it's case-sensitivity? I'm not fluent in regexp to tell if
/iin the end is meant to make search case-insensitive, but it looks to apply only to the third keywordThanks for having a look at it!
I think (99% guessing though) the opening forward slash -
(/- and the forward slash right before thei)is the beginning and end of the regex, with the parentheses being there just to group all of the stuff together, so the/iapplies to everything after the(/. If I move the/ito the outside of the closing parenthesis, the whole filter turns red.Besides, the filter does seem to work as though that
/iis correct; it filters keywords regardless of their case.Cheers!