Greasy Fork is available in English.

DownloadAllContent

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

< Feedback on DownloadAllContent

Review: Good - script works

§
Posted: 31-05-2022

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

hoothinAuthor
§
Posted: 31-05-2022
Edited: 31-05-2022

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

Post reply

Sign in to post a reply.