Remove blur from soundcloud artists stats
Remove soundcloud stats blur by ehhhahah
Details
Authorehhhahah
LicenseNo License
Categorysoundcloud
Created
Updated
Size803 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 Remove soundcloud stats blur
@namespace https://github.com/ehhhahah
@version 1.0.0
@description Remove blur from soundcloud artists stats
@author ehh hahah
==/UserStyle== */
@-moz-document domain("soundcloud.com") {
/* Neutralize DataList_Blur__rlRSs effects */
.DataList_Blur__rlRSs,
.List_Blur__420iZ {
pointer-events: auto !important;
background: inherit !important
}
.DataList_Blur__rlRSs::before,
.List_Blur__420iZ::before {
content: none !important;
pointer-events: auto !important;
-webkit-backdrop-filter: none !important;
backdrop-filter: none !important;
position: static !important;
}
.DataList_Blur__rlRSs::after,
.List_Blur__420iZ::after {
backdrop-filter: none !important;
}
}