A Chrome extension to download fanfiction from Archive of Our Own (AO3) and FanFiction.Net as EPUB or PDF.
Install directly from the Chrome Web Store.
- Clone the repository
cd frontend && npm install && npm run build- Go to
chrome://extensions/and enable Developer Mode - Click "Load unpacked" and select the
frontend/distfolder
- Download single chapters or entire stories
- Download complete series from AO3
- Export as EPUB or PDF
- Supports Archive of Our Own (AO3)
- Supports FanFiction.Net
frontend/- Chrome extension (React + TypeScript)backend-server/- Express server with job queuewebsite/- Landing page
- Fork and clone the repository
- Pick a folder (
frontend,backend-server, orwebsite) - Run
npm installand start developing - Open a PR following conventional commits
Tip
Report bugs or suggest features by opening an issue.