A modern design and dark theme for SoundCloud.com, inspired by the SoundCloud Android app.
< Σχολιασμός για τον κώδικα Modern Design and Dark Theme for SoundCloud
Honestly not terrible considering it was created Jun 17, 2019
Nice script but you cannot see the comments.
just add this:
.commentItem__creatorLink, .commentItem__creatorLink:hover, .commentItem__creatorLink:visited, .commentItem__username, .commentItem__usernameLink, .commentItem__usernameLink:hover, .commentItem__usernameLink:visited{
color: white;
}
.commentItem__body>span>p{
color: white;
}
there might be issues with this, but it fixed most of the issues I saw :)
Nice script but you cannot see the comments.