Vous pouvez utiliser raw.githack.com . Il prend en charge GitHub, Bitbucket, Gitlab et les gists GitHub.
GitHub
Avant :
https://raw.githubusercontent.com/[user]/[repository]/[branch]/[filename.ext]
Dans votre cas .html
extension
Après :
Développement (étranglé)
https://raw.githack.com/[user]/[repository]/[branch]/[filename.ext]
Production (CDN)
https://rawcdn.githack.com/[user]/[repository]/[branch]/[filename.ext]
Dans votre cas .html
extension
raw.githack.com prend également en charge d'autres services :
Bitbucket
Avant :
https://bitbucket.org/[user]/[repository]/raw/[branch]/[filename.ext]
Après :
Développement (étranglé)
https://bb.githack.com/[user]/[repository]/raw/[branch]/[filename.ext]
Production (CDN)
https://bbcdn.githack.com/[user]/[repository]/raw/[branch]/[filename.ext]
GitLab
Avant :
https://gitlab.com/[user]/[repository]/raw/[branch]/[filename.ext]
Après :
Développement (étranglé)
https://gl.githack.com/[user]/[repository]/raw/[branch]/[filename.ext]
Production (CDN)
https://glcdn.githack.com/[user]/[repository]/raw/[branch]/[filename.ext]
Gists GitHub
Avant :
https://gist.githubusercontent.com/[user]/[gist]/raw/[revision]/[filename.ext]
Après :
Développement (étranglé)
https://gist.githack.com/[user]/[gist]/raw/[revision]/[filename.ext]
Production (CDN)
https://gistcdn.githack.com/[user]/[gist]/raw/[revision]/[filename.ext]
Mise à jour : rawgit a été abandonné