Minor improvements + this update replaces the "spacer" between the chapter name and group name to its old functionality of being able to click it to open the chapter. If you like the new change, you can comment it out using // on line 41 and 105 in this version. If you don't want to use this script for darken chapters anymore you can use Stylus extension and go to create new script and import the following:
@-moz-document domain("mangadex.org") {
.chapter-grid.one-line[data-v-0874a68b] {
grid-template-areas:"title title groups uploader comments views timestamp";
}
}