Skip to content

Instantly share code, notes, and snippets.

@Dobby233Liu
Created January 18, 2025 02:03
Show Gist options
  • Save Dobby233Liu/a1cfc5d7517765cdee2dc1aaffab416f to your computer and use it in GitHub Desktop.
Save Dobby233Liu/a1cfc5d7517765cdee2dc1aaffab416f to your computer and use it in GitHub Desktop.
/* ==UserStyle==
@name insights-ui.soundcloud.com
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("insights-ui.soundcloud.com") {
.DataList_ListItem__aVXcC.DataList_Blur__rlRSs,
.List_ListItem__ntXz6.List_Blur__420iZ {
pointer-events: unset;
}
.DataList_ListItem__aVXcC.DataList_Blur__rlRSs:hover,
.List_ListItem__ntXz6.List_Blur__420iZ:hover {
background: var(--datalist-hover-background);
}
.DataList_Blur__rlRSs::after, .DataList_Blur__rlRSs::before,
.List_Blur__420iZ::after, .List_Blur__420iZ::before {
display: none;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment