I have been feeling conflicted about bypassing the sign-in requirement. However, while the pretense remains that the limit exists to prevent bots and scrapers I guess no one should see anything wrong with a subset of human users using alternative circumvention to get around that limit.
If we consider
this post, it seems like it's actually a benefit to MangaDex if you bypass the sign-in requirement.
So with that said, anyone who isn't a bot or a scraper and has uBlock Origin, could try this:
Code:
mangadex.org##[data-v-184db84a][data-v-c6e0a7e2]
It works for me, but I don't know how universal those two keys are.
People who aren't bots or scrapers that have an extension to run javascript automatically could set it up to run this script whenever a chapter loads.
JavaScript:
localStorage.removeItem("md-limit-data");
Humans, not bots or scrapers, that use a browser with browser tools, can manually edit the "md-limit-data" entry in their local storage. The website doesn't check if the chapter count is less than 0, so you can set it to -1000 to read 1010 chapters in a day. It does still reset to 0 every day, so it's not completely automatic.