this post was submitted on 08 Mar 2026
6 points (100.0% liked)
uBlockOrigin
96 readers
3 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
[\b^]won't work โ I assume you meant something like(\b|^). That shouldn't change anything either though, as\bis explicitly defined to match(^|$).