CircleLiu / Comic-Fuz-Downloader

Userscript for downloading comics on Comic Fuz
MIT License
26 stars 3 forks source link

Tool broke, Comic Fuz has a new reader. #10

Open peroroch opened 7 months ago

peroroch commented 7 months ago

The site has a new reader and the download button is nowhere to be seen.

wolfborg commented 7 months ago

I was able to apply a quick fix for this on my end by replacing some selectors in the script:

Style-wise it'll still need adjustments with the new viewer but for now that should be enough to get the download button to appear again.

CircleLiu commented 7 months ago

For now, I found that manga uses the new reader while books and magazines still use the old-style reader.

I'm looking into it.

CircleLiu commented 7 months ago

@Terrails 's PR https://github.com/CircleLiu/Comic-Fuz-Downloader/pull/11 has been merged and updated to add the downloader to the new manga reader UI.

I also find the manga API has been changed, so I'm working on updating the API now.