Accessing browser logs?
Hello! My Libra 2 came in the mail today and overall I'm pretty impressed, but I there isn't a story for loading mangadex content that I'm happy with. I noticed that calibre can host a webpage with your library on it and the kobo browser can download epubs directly from that page. My plan is to build something similar that can download chapters from mangadex and squish them into epubs on the fly, that works well in the Kobo browser.
I started hacking on the manga browsing UI and I ran into a snag: this browser doesn't have a devtools button. I'm trying to use the wonderful HTMX library, but it looks like the script isn't doing anything. I did verify that handwritten dom manipulations in a script tag work, so I know that it at least supports some javascript. How can I access the logs to see what's actually going wrong?
What are my options here? Am I going to have to go old-old school and forego js entirely, make every button a form that posts etc...
|