So tired of playing cat and mouse with YouTube to hide "members only" content via uBlock Origin. Apparently, they got rid of anything mentioning "membership" from the markup.
@flod This works for me, at least on channel pages:
```
youtube.com##ytd-rich-item-renderer:has(badge-shape.yt-badge-shape--membership):style(display:none !important;)
```

@metasieben On the landing page they got rid of the badge (not sure if A/B testing).

I had a similar filter that used to work for that

youtube.com##ytd-rich-item-renderer.ytd-rich-grid-renderer:has(.yt-badge-shape--membership)

@flod Very likely that I'm on an old version. I still have the old theater-mode in this profile.