logoalt Hacker News

brycewraytoday at 3:13 PM1 replyview on HN

Just as one example: Chrome + uBOL on Reddit will show you plenty of "Sponsored" stuff. You can use Inspector to find the offending CSS classes and then use `display: none` on them with something like Stylus[0], but not everybody wants to play that whack-a-mole game on the many sites that push uBOL past its blocking capabilities.

[0]: https://github.com/openstyles/stylus


Replies

gorhilltoday at 4:20 PM

Reddit's sponsored posts are blocked by default in uBOL when using _optimal_ (default) or _complete_ mode.

show 1 reply