As these are edits that change the country list, it would be difficult to hide it…
I found a way to hide DL albums for me, but I found no way to hide edits on DL albums…
Or if you don’t really care about release event edits made on releases with too many countries, you can use a user stylesheet with Stylus:
tr.release-events-diff > td > ul {
max-height: 16em;
overflow-y: auto;
}
you can adjust the max-height
it can be 250px
or anything you like.