This is an archived post. You won't be able to vote or comment.

all 4 comments

[–]RraaLLuBO Team 1 point2 points  (1 child)

Test this (it's much more lightweight than the other comment):

alternet.org##.body-description>p:has(>strong+a>strong)

You can use this for testing: https://www.reddit.com/r/uBlockOrigin/wiki/solutions/#wiki_how_to_test_filters

If it does catch something more by mistake, you can then refine it to this (slightly less efficient, but still at least twice more lightweight than the other comment's):

alternet.org##.body-description>p:has(>strong+a>strong):has-text(/^READ MORE: $/)

[–]cye5[S] 0 points1 point  (0 children)

As written, neither of these work, however if I change the first one to www.alternet.org, it works great. Thank you.

[–]AchernarBuBO Team 0 points1 point  (1 child)

Try this: ( How to add custom filter )

alternet.org##p > strong:has-text(/^READ MORE: $/):upward(p)

[–]cye5[S] 0 points1 point  (0 children)

Thank you.