GitHub Download ZIP

A userscript adds download links so that downloaded filenames include the SHA

Від 22.07.2019. Дивіться остання версія.

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(У мене вже є менеджер скриптів, дайте мені встановити його!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

Автор
Mottie
Рейтинги
0 0 0
Версія
0.2.3
Створено
22.10.2018
Оновлено
22.07.2019
Size
5,7 кБ
Ліцензія
MIT
Відноситься до

A userscript adds download links so that downloaded filenames include the SHA

  • This userscript works on:
    • Main repo page "Clone or Download" dropdown. The download link is modified.
    • Repo commits page. Each commit can be downloaded as a zip file.
  • The zip is downloaded using the api, so the file name may or may not include the last tag associated with the commit.

Examples

URLName of downloaded fileDetails
https://api.github.com/repos/Mottie/GitHub-userscripts/zipball/masterMottie-GitHub-userscripts-v1.0.213-0-gaaafb00.zipuser + repo + last tag + #? + "g" + SHA of last commit
https://api.github.com/repos/Mottie/GitHub-userscripts/zipball/v1.0.208Mottie-GitHub-userscripts-v1.0.208-0-gaa9b2db.zipuser + repo + associated tag + #? + "g" + SHA of tagged version
https://api.github.com/repos/Mottie/GitHub-userscripts/zipball/31340a9Mottie-GitHub-userscripts-v1.0.211-3-g31340a9.zipuser + repo + last tag + #? + "g" + SHA of last commit
https://api.github.com/repos/mozilla/pdf.js/zipball/gh-pagesmozilla-pdf.js-078f568.zipuser + repo + SHA of last commit in that branch

github-download-zip

github-download-zip-commits

Hosted with ♥ at GitHub