This theme removes the new added likes from Soundcloud's Comment section.
Soundcloud Like Remover by 448
Details
Author448
LicenseNo License
Categoryhttps://soundcloud.com
Created
Updated
Size706 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 Like Remover
@version 20231120.13.29
@namespace userstyles.world/user/448
@description This theme removes the new added likes from Soundcloud's Comment section.
@author 448
@license No License
==/UserStyle== */
@-moz-document domain("soundcloud.com") {
.commentItem__likeCount {
font-size: 12px;
font-weight: 500;
line-height: 20px;
text-align: center;
display: none;
}
.commentItem__like {
align-items: center;
display: flex;
flex-direction: column;
width: 42px;
display: none;
}
.creatorLikeContainer {
color: #f50;
position: relative;
padding: 2px;
width: 22px;
display: none;
}
}