You've probably seen the new AD posts on SN recently. k00b says he'll let you "opt out" one day, but you won't get the sats that the advertisers contribute to the reward pool.
This isn't a true opt-out. It's a choice that is being forced on you. Either you view shitty ads, or you take less sats for contributing to SN discussions.
Today you can hide these ads in your webrowser with this CSS snippet. Just install an extension that lets you load custom CSS for webpages you visit.
SN can try to thwart client-side blocking like this, but that's the kinda shit Zuckerberg does and I like to believe k00b isn't that much of a power-hungry capitalist.
div[class^="item_item"]:has(svg[class^="item_ad"]) { display: none; } div[class^="item_item"]:has(svg[class^="item_ad"]) + div:empty{ display: none; }
If anyone has tips to load this CSS in mobile browsers, let us know!