yourduskquibbles / webannoyances

Fix and remove annoying web elements such as sticky headers, floating boxes, floating videos, dickbars, social share bars and other distracting elements.
Creative Commons Attribution Share Alike 4.0 International
1.3k stars 48 forks source link

Spotify payment page is broken #497

Closed SoftwareRat closed 1 year ago

SoftwareRat commented 1 year ago

URL(s) where the issue occurs

German payment page for example: https://www.spotify.com/de/purchase/offer/eu-2mf-q1-2023-trial-2m/?marketing-campaign-id=2mft-europe-campaign-q1-2023

Describe the issue

The place where the payment options should be is empty

Screenshot(s)

Screenshot from 2023-02-25 19-33-04

Versions

Notes

I think

spotify.com##div[aria-live^="polite"]
spotify.com##.react-contextmenu, nav:style(pointer-events: all !important;)

are the problem

krystian3w commented 1 year ago

IMO not second, because it would require some effort on the part of the site to check that the items have unblocked clickability (and then boorishly hide an important part of the site).

yourduskquibbles commented 1 year ago

@SoftwareRat Thanks for reporting, this should be fixed now.

@krystian3w Confirmed from my testing only spotify.com##div[aria-live^="polite"] was the badfilter here.