hey everyone. as you know, the site update that added pagination to lists broke the old Dynasty Mark Read userscript, and it was never updated to compensate. so i recently decided to do something about this myself and started remaking the script, with the primary goal of making it work with the pagination. it's working so far, but there's a problem: i have to fetch the contents of the user's list one page at a time, and it's extremely slow if you, like me, have a lot of things on your lists.
there are some (cumbersome) ways this could be dealt with, but i figured i could try the easier route first and just ask: is there, perhaps, an API endpoint that returns the current logged-in user's lists and their contents? or if not, could it be implemented? i looked around and found this old thread, which shows there are some endpoints, but they don't seem to be documented anywhere.
thank you for your time.