NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
A userscript adds download links so that downloaded filenames include the SHA
Examples
URL | Name of downloaded file | Details |
---|---|---|
https://api.github.com/repos/Mottie/GitHub-userscripts/zipball/master | Mottie-GitHub-userscripts-v1.0.214-0-gae48ca9.zip | user + repo + last tag + #? + "g" + SHA of last commit |
https://api.github.com/repos/Mottie/GitHub-userscripts/zipball/v1.0.208 | Mottie-GitHub-userscripts-v1.0.208-0-gaa9b2db.zip | user + repo + associated tag + #? + "g" + SHA of tagged version |
https://api.github.com/repos/Mottie/GitHub-userscripts/zipball/31340a9 | Mottie-GitHub-userscripts-v1.0.211-3-g31340a9.zip | user + repo + last tag + #? + "g" + SHA of last commit |
https://api.github.com/repos/mozilla/pdf.js/zipball/gh-pages | mozilla-pdf.js-078f568.zip | user + repo + SHA of last commit in that branch |
Rating: 0