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
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
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 =...
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.
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).
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)...