DownloadAllContent

Lightweight web scraping script. Fetch and download main textual content from the current page, provide special support for novels

< DownloadAllContent 피드백으로 돌아가기

리뷰: 좋음 - 스크립트가 잘 작동함

§
게시: 2022-05-31

请教大佬,在https://www.po18b.com/这个网站中,所有的小说都是每隔两章就少了一章,这种该怎么解决呢?

hoothin작성자
§
게시: 2022-05-31
수정: 2022-05-31

先打开控制台输入以下代码预处理一下 [].forEach.call(document.querySelectorAll('a[href^="javascript:Chapter"]'), c=>c.href=c.href.replace(/.*Chapter\((.*),(.*)\);/,"/read/$2/$1/"))

답글 게시

답글을 게시하려면 로그인하세요.