Created
June 23, 2021 09:25
-
-
Save jesus2099/3ce3f68a456e9afb969616642f4a1286 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* ==UserStyle== | |
@name mb. HIDE LABEL COMMENTS | |
@namespace https://github.com/jesus2099/konami-command | |
@version 2021.6.23 | |
@description Hide label disambiguation comments | |
@author jesus2099 | |
@since 2017 | |
==/UserStyle== */ | |
@-moz-document domain("musicbrainz.org") { | |
a[href^='/label/'] + span.comment { | |
display: none; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment