gamebeaker
gamebeaker
@dteviot Ok I expected that WebToEpub creates a page which contains all Chapter names and links to them like an Index. You can create suche an Index page in calibre...
@dteviot > If you want to create an index page, the Epub 3 format specified a HTML index page. So code to do it is already there. I don't think...
Could be implemented with https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/commands My problem is that at the moment there is v2 and v3 and there are different commands to use so i would wait with this...
@dteviot i just had the idea to switch the populateMetaInfo() with onLoadFirstPage() (switch second try with third try) https://github.com/dteviot/WebToEpub/blob/afaadc55f0ad31790bba6f86bf8939f632a86cfe/plugin/js/main.js#L39-L61 If it is switched the Metadata can be obtained with async...
On second thought this is maybe not that good of an idea. Because Metadata retrieval gets mixed with the chapter retrieval. I have created a new funtion called async loadEpubMetaInfo()...
for more info the problem is that at one point the user has to solve a captcha that isn't cloudflare with an adress like: https://booktoki467.com/bbs/captcha.php?bo_table=novel&wr_id=17349334&book=%EC%9D%BC%EB%B0%98%EC%86%8C%EC%84%A4
@jeremie8 thanks for the commit can you please fix the eslint errors?  You have missed to add yourself in readme.md as contibutor. It doesn't work for me with these...
closing as there is no activity
@steve30990 Can you please provide links?