Hide comments and comment form in player and track page on SoundCloud.com
SoundCloud.com - Hide Comments by kissaki
Details
Authorkissaki
LicenseNo License
Categorysoundcloud.com
Created
Updated
Size473 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name SoundCloud.com - Hide Comments
@namespace kcode.de/usercss/soundcloud/hide-comments
@version 1.0.0
@description Hide comments and comment form in player and track page on SoundCloud.com
@author Jan Klass <kissaki@posteo.de>
==/UserStyle== */
@-moz-document domain("soundcloud.com") {
.commentForm, .commentPopover, .commentPlaceholder, canvas.waveformCommentsNode, .commentsList {
display: none;
}
}