SoundCloud: hide upgrade button in header
Hides the "Upgrade" and "Try Go+" buttons in the top bar so the header stops nudging you to pay.
Code to copy
/* Hide the "Upgrade" / "Try Go+" buttons in the top header */
.header__upsell,
.header a[href*="/go"],
.header a[href*="upgrade"],
.frontHero__cta {
display: none !important;
}
How to use this example
- Copy the code with the button above.
- Install JustZix (2 minutes) and open the extension on the target page.
- Add a new rule matching that page.
- Paste the code into the rule's CSS panel and save — the effect appears instantly.
Rate this example
No ratings yet — be the first.