sindresorhus/refined-github








The issue has been closed
Add `dim-merge-commits` feature #2827
fregante posted onGitHub
This would solve the "noise" concern mentioned in #2768
It would have to use a combined GraphQL query to determine which commits on the current page are merge commits, and then just apply opacity: 0.6
on their whole line. Or something like that.
"Combined GraphQL query" example: https://github.com/sindresorhus/refined-github/pull/2795/files#diff-04c19a6c246911e079b45f999eab501cR14-R22
Test URL
https://github.com/babel/babel/commits/master?after=ddd40bf5c7ad8565fc990f26142f85613958a329+104
Originally posted by @fregante in https://github.com/sindresorhus/refined-github/issues/2768#issuecomment-590036267