A simple theme to hide annoyances and unnecessary widgets in the Soundcloud UI. Easily configurable.
Hide Soundcloud Annoyances by InterstellarOne
Details
AuthorInterstellarOne
LicenseGNU GPLv3
Categorysoundcloud.com
Created
Updated
Code size965 B
Code checksumc28ae860
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Hide Soundcloud Annoyances
@namespace hide-soundcloud-annoyances
@version 1.0.0
@description A simple theme to hide annoyances and unessecary widgets in the Soundcloud UI.
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://soundcloud.com") {
/* to disable a certain style,
comment out all three lines just as shown
here. */
/* Artist Tools + Leaderboards */
.MuiBox-root {
display: none !important;
}
/* Insights */
.insightsSidebarModule {
display: none !important;
}
/* Mobile Apps */
.mobileApps {
display: none !important;
}
/*Upgrade Button */
.header__upsellWrapper {
display: none !important;
}
/* Events Banner */
.velvetCakeModule {
display: none !important;
}
/* New Tracks (Instagram style) */
.artistShortcutsModule {
display: none !important;
}
}