Greasy Fork is available in English.

Mangadex Darken Read Chapters (1 Row Items)

To darken read chapters on Mangadex's latest releases page and follows page (1 Row Items)

코드가 바뀐 버전들입니다. 모든 버전 보기

  • v6.1 2024-05-24

    Small fix for an edge case.

  • v6.0 2024-05-24

    Updated script after an update broke it.

  • v5.3 2023-02-18

    They added back the space between the chapter title and group name being clickable again with middle mouse so I removed that functionality.

  • v5.2 2023-02-14

    The spacer fix changes so I used a wildcard to hopefully fix it. Stylus method WIP.

  • v5.1 2023-02-13

    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";
    }

    }

  • v5.0 2023-02-12

    Fixed after update

  • v4.0 2022-12-17

    Fixed after the new update.

  • v3.0 2022-12-04

    Fixed. There will be some errors in console in follow feed but only a few times which shouldn't affect anything.

  • v2.1 2022-12-03

    After testing on a older device the performance hit is too much, will look into it.

  • v2.0 2022-12-03

    Updated to fix recent MD update. Had to add sleep function after the update because it caused performance issues. Will look into later but it works for now.

  • v1.1 2022-10-29

    Updated because they changed some element locations which broke the script.

  • v1.0 2022-09-24