Hiding “Open app” and “Get app” fixed buttons on open.spotify.com from mobile #27762
-
Is it possible to hide the fixed “Get app” button at the top-right when logged out: and at the bottom-right when signed in: without breaking header and bottom bar respectively? https://open.spotify.com/show/2XHy0waKckPLULstsawBwP Note that the first one appears differently on Chrome and Firefox. I have saved a page copy of the second case: |
Beta Was this translation helpful? Give feedback.
Answered by
krystian3w
Mar 28, 2025
Replies: 1 comment
-
It seems that simple hide might work: ! human readable:
open.spotify.com##button[data-testid]:is([data-testid="download-button"], [data-testid="upsell-download-app-button"])
open.spotify.com##a[href="/download"]
open.spotify.com##a[href="https://open.spotify.com/download"] |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
DimitrisKalaboukas
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems that simple hide might work: