hymbz / ComicReadScript

为漫画站增加双页阅读模式及优化使用体验。
https://comic-read.pages.dev/
GNU Affero General Public License v3.0
587 stars 25 forks source link

nhentai.net的loadcomic失效 #31

Closed MR-LHM closed 4 years ago

MR-LHM commented 4 years ago

点击loadcomic。图片无法加载。控制台打印 https://i.nhentai.net/galleries/1658890/4.undefined 推测是图片类型获取失败。 gallery.images.pages 没有 t 字段的样子。 我改成 1592 const fileType = { jpg: 'jpg', png: 'png', gif: 'gif', }; 1619 const src = https://i.nhentai.net/galleries/${gallery.media_id}/${i + 1}.${fileType[gallery.images.pages[i].extension]}; 就能顺利运行

hymbz commented 4 years ago

已修复。