A repository to share resources across different modules
To source data from this repository please use any of the following links
https://raw.githubusercontent.com/thevickypedia/open-source/main/images/
[OR]
https://thevickypedia.github.io/open-source/images/
Alternatively, the following can be used which will eventually redirect to raw.githubusercontent.com
- URL query param,
?raw=true
, example: - URL hostname
raw.github.com
, example:
It is always wise to add a fallback source when used for img
tags in HTML
<img src="https://raw.githubusercontent.com/thevickypedia/open-source/main/images/no_auth.gif"
onerror="this.src='https://example.com/no_auth.gif'"
width="200" height="170" alt="Image" class="center">
Format:
https://[username].github.io/[repository]/[filename].js
<script src="https://thevickypedia.github.io/open-source/nightmode/night.js" defer></script>
<link rel="stylesheet" href="https://thevickypedia.github.io/open-source/nightmode/night.css">
raw.github.com
cannot be used for web UI, since GitHub changed theContent-Type
- Refer GitHub blog
- Users may also experience
(failed)net::ERR_BLOCKED_BY_ORB