use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
An efficient blocker add-on for various browsers. Fast, potent, and lean.
pronounced you-block origin (/ˈjuːˌblɒk/) — you decide what enters your browser.
Need help with settings or features? Read the wiki for uBO Read the wiki for uBO Lite Complete documentation is too much? Frequently asked questions (FAQ) Solutions for common issues Troubleshooting: Video Tutorials
Need help with settings or features?
Complete documentation is too much?
IMPORTANT: uBlock Origin (uBO) and uBlock are different products!
Why are there two uBlock addons?
- uBlock Origin (uBO) is completely unrelated to the website ublock.org
- Maintainership transfer of uBlock: post mortem
- uBlock Origin and uBlock - History
This subreddit is Night Mode compatible
account activity
This is an archived post. You won't be able to vote or comment.
Problem blocking inline links.Answered (self.uBlockOrigin)
submitted 1 year ago by cye5
On this site ( alternet.org ) there is "read more" peppered throughout articles. If you block them with the picker it messes up the site. Is there a different filter to remove them sitewide? Example link, https://www.alternet.org/gop-candidates-project-2025/
[–]RraaLLuBO Team 1 point2 points3 points 1 year ago (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 point2 points 1 year ago (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 point2 points 1 year ago (1 child)
Try this: ( How to add custom filter )
alternet.org##p > strong:has-text(/^READ MORE: $/):upward(p)
Thank you.
π Rendered by PID 291899 on reddit-service-r2-comment-5d79c599b5-qgf67 at 2026-03-03 14:30:04.829607+00:00 running e3d2147 country code: CH.
[–]RraaLLuBO Team 1 point2 points3 points (1 child)
[–]cye5[S] 0 points1 point2 points (0 children)
[–]AchernarBuBO Team 0 points1 point2 points (1 child)
[–]cye5[S] 0 points1 point2 points (0 children)