Greasy Fork is available in English.
Add `download all chapter` button to syosetu.com (you need login to download chapters )
< Feedback on 小説家になろう book downloader
How to Fix the Script Yourself
Website changed and now only displays the first 100 chapters, which has caused issues with the script. Its author has disappeared, so if you want to use it, you need to do the following:
Go to the script code and replace the 5th and 6th lines with these:
// @include /^https?://ncode\.syosetu\.com/\w+/$/
// @include /^https?://novel18\.syosetu\.com/\w+/$/
Now the download button will appear on all pages, not just the first one. However, the button will only download chapters from the page it is located on, so to download the entire story, you need to sequentially download all chapters from each page. After that, in your downloads folder, you will see something like this:
- Storyname.md
- Storyname(1).md
- Storyname(2).md
To get the entire story in one file, you need to manually copy the contents of the downloaded files into one.
This does not work. Do you have any other solution, or do you know any other script that works.
How to Fix the Script Yourself
Website changed and now only displays the first 100 chapters, which has caused issues with the script. Its author has disappeared, so if you want to use it, you need to do the following:
Go to the script code and replace the 5th and 6th lines with these:
// @include /^https?://ncode\.syosetu\.com/\w+/$/
// @include /^https?://novel18\.syosetu\.com/\w+/$/
Now the download button will appear on all pages, not just the first one. However, the button will only download chapters from the page it is located on, so to download the entire story, you need to sequentially download all chapters from each page. After that, in your downloads folder, you will see something like this:
To get the entire story in one file, you need to manually copy the contents of the downloaded files into one.