| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A fast, asset-complete website cloner built with Node.js, Puppeteer, Cheerio, and Axios. Crawls a website, downloads all HTML, CSS, JS, fonts, images, and media to a local folder. Suitable for archiving or offline analysis.
git clone https://github.com/NeaByteLab/Website-Cloner.git
cd Website-Cloner
npm installnode index.js <website_url> [output_folder]Example:
node index.js https://example.com ./my-archiveAll files are saved with original folder structure in the output folder. Querystrings/fragments are stripped from asset references for clean offline usage.
MIT License © 2025 NeaByteLab
| Back | FazBrowse Home | New Git URL |