Skip to content

Instantly share code, notes, and snippets.

@jesus2099
Created June 23, 2021 09:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jesus2099/3ce3f68a456e9afb969616642f4a1286 to your computer and use it in GitHub Desktop.
Save jesus2099/3ce3f68a456e9afb969616642f4a1286 to your computer and use it in GitHub Desktop.
/* ==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