Dreame Novel Downloader

Download complete novels from Dreame.com as a text file (placeholder for EPUB)

作者
manna huizar (Jubes2011)
今日安裝
0
安裝總數
0
評價
0 0 0
版本
1.5
建立日期
2025-08-23
更新日期
2025-08-23
尺寸
3.1 KB
授權條款
MIT
腳本執行於

It adds a "Download Novel" button to the Dreame.com novel pages.
• When clicked, it starts a download process that fetches each chapter sequentially.
• There's a configurable delay between chapter fetches (2.5 seconds) to be respectful to the website's servers.
• The script scrapes the novel's title, individual chapter titles, and their content (paragraphs) from the page.
• Once all chapters are scraped, the data is compiled into plain text format and triggers a download of a .txt file. The filename is sanitized to ensure compatibility.
• The script includes CSS styling for the download button to ensure it's prominently visible and functional.
• It notes that the script relies on CSS selectors to find elements, which might need updates if the Dreame website structure changes.