GitHub Downloader is a user script that allows you to download directories and files from GitHub as a ZIP archive.
- Install the Tampermonkey extension for your browser.
- Open the script.js file and copy its content.
- Open Tampermonkey in your browser and go to "Create a new script".
- Paste the copied code and save the script.
Navigate to the repository, directory, or file page on GitHub. You will see a new "Download ZIP" button. Click on it to download the current directory or file.
Does not work with private repositories. The bug will be fixed.
The script cannot download private repositories without an access token. The script cannot download files or directories that exceed GitHub's size limit.
The script is based on this code https://github.com/renomureza/downdir
GitHub Downloader is released under the MIT license MIT.