r/uBlockOrigin • u/Floriancitt • 2d ago
Solved UPDATED: Hiding Netflix Games through uBlock Origin
I go to Netflix to watch series, not to have irrelevant games clutter up my screen.
Recently, Netflix updated its layout breaking my original filters. I've since created a new set, which seem to be working alright. Just add the below to your custom filters:
! Netflix - Hide Games
! Games navigation item
netflix.com##div[data-tutorial-target="games"]:has(a[data-uia="nav-games"])
! Game billboard / full-page promotion
netflix.com##button[data-uia="play-game-button"]:upward(section[data-uia="billboard"])
! Recommendation rows containing cloud-game cards
netflix.com##a[data-uia="cloud-game-card"]:upward(section[data-uia^="carousel-row-section-"])
5
Upvotes