open.spotify.com
Not exactly an issue. Rather I'm asking you guys to add the following rule to the default filters to get rid of the blank ad container at the bottom of the page.
open.spotify.com##.Root__main-view > :not(.main-view-container)
Well the page will come off a lot cleaner as you can imagine.
Although the suggested rule shows 2 hits, I don't see any change by adding the rule. Does it requires login?
Yes need logon:
##iframe#leaderboard-ad-element:upward(2)
| 
--- | ---
leftover | tested filter
EasyList can maybe add someting like this:
| `open.spotify.com#?#.Root__main-view > div:not([class]):not([id]):-abp-has(> div[class*="-scss"] > div > iframe#leaderboard-ad-element)` |
|  |
@ryanbr / @khrin
@krystian3w :has is sufficient to be honest.
open.spotify.com##.Root__main-view > div:not([class]):not([id]):has(> div[class*="-scss"] > div > iframe#leaderboard-ad-element)