Search results

  1. Roler

    MangaDex Themes

    A (unofficial) collection of MangaDex themes that you can filter through. To add a theme you can open an issue on GitHub and specify the theme name, the author's MangaDex username and the theme URL or follow this. Site: https://mdthemes.roler.dev GitHub: https://github.com/rRoler/md-themes
  2. Roler

    Metadata related userscripts and bookmarklets

    Never wrote a thread here, since most scripts are primarily intended for Contributors (metadata editing), but since I recently wrote myself another bad userscript for MangaDex that's intended more at readers (still related to metadata tho), why not make a thread. Userscripts Bookmarklets
  3. Roler

    Hotlink Protection issues [Fixed]

    Using the API to retrieve chapter images, results in the Hotlink Protection images being served instead (but only for specific images, like page 8-18 in this example). python example: import requests import os chapter_id = "9dbb80bc-da29-4ab6-915e-b068667123d3" base_url =...
  4. Roler

    [Mainsite] the "Be the first one to comment?" popover is broken if not logged in [Fixed]

    The "Be the first one to comment?" popover is broken on title pages if not logged in.
  5. Roler

    [Mainsite] related tab links not working

    If you link to a related tab (example: https://mangadex.org/title/801513ba-a712-498c-8f57-cae55b38cc92/berserk?tab=related), it automatically switches to the chapters tab instead of the related tab.
  6. Roler

    [Mainsite] settings popup not working [Fixed]

    When you go to settings, click the cancel button, and then yes on the "Are you sure?" popup, nothing happens. Also, I don't think that popup should be shown if no settings are changed (and the save button can be disabled).
  7. Roler

    [Mainsite] buttons accessible in the unsubmitted draft preview on a smaller viewport

    When the viewport is small enough to show the three dots for the buttons on a draft preview the buttons that aren't accessible on a bigger viewport are accessible again, but useless. Also, with that, you can add the draft to a MDList (but of course, it won't show up/work properly in the list)...
Top