How to disable/suppress the "Recently added events"?

Since some days a second line “Recently added events” with covers is visible on the start page.
How can I disable/suppress this unwanted line?

The most simple would be with a user stylesheet, similar to mb. HIDE LISTENBRAINZ PLAYER:

@-moz-document domain("musicbrainz.org") {
	div#page.fullwidth.homepage > div.feature-column:last-child {
		display: none;
	}
}
2 Likes

If you already use uBlock Origin it can also hide elements:

2 Likes

Thanks for that hint with uBlock Origin.

An additional entry in “My Filter” like this works fine:

! 13.08.2024 https://musicbrainz.org
musicbrainz.org##div.feature-column:nth-of-type(4)

@jesus2099 Thank you for your user stylesheet too!
The picked up GUI filter is a little bit easier for me :wink:

1 Like