-
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed unneeded
@latest
queries from img URLs
- Loading branch information
Showing
10 changed files
with
49 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,36 @@ | ||
<div align="right"> | ||
<h6> | ||
<picture> | ||
<source type="image/svg+xml" media="(prefers-color-scheme: dark)" srcset="https://cdn.jsdelivr.net/gh/adamlui/userscripts@latest/media/images/icons/earth/white/icon32.svg"> | ||
<img height=14 src="https://cdn.jsdelivr.net/gh/adamlui/userscripts@latest/media/images/icons/earth/black/icon32.svg"> | ||
<source type="image/svg+xml" media="(prefers-color-scheme: dark)" srcset="https://cdn.jsdelivr.net/gh/adamlui/userscripts/media/images/icons/earth/white/icon32.svg"> | ||
<img height=14 src="https://cdn.jsdelivr.net/gh/adamlui/userscripts/media/images/icons/earth/black/icon32.svg"> | ||
</picture> | ||
English | | ||
<a href="zh-cn#readme">简体中文</a> | ||
</h6> | ||
</div> | ||
|
||
# <img width=25 src="https://cdn.jsdelivr.net/gh/adamlui/userscripts@latest/media/images/icons/github/icon32.png"> GitHub userscripts [![](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?text=Check%20these%20%23GitHub%20userscripts%20out%21&url=https://github.com/adamlui/userscripts/tree/master/github&hashtags=greasemonkey,userscript,javascript,github) | ||
# <img width=25 src="https://cdn.jsdelivr.net/gh/adamlui/userscripts/media/images/icons/github/icon32.png"> GitHub userscripts [![](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?text=Check%20these%20%23GitHub%20userscripts%20out%21&url=https://github.com/adamlui/userscripts/tree/master/github&hashtags=greasemonkey,userscript,javascript,github) | ||
|
||
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg?logo=internetarchive&logoColor=white&labelColor=464646&style=for-the-badge)](../LICENSE.md) | ||
|
||
Userscripts that enhance the GitHub user experience. A userscript manager such as [Tampermonkey](https://www.tampermonkey.net/) is required to run these scripts. | ||
|
||
<img height=10px width="100%" src="https://cdn.jsdelivr.net/gh/adamlui/userscripts@latest/media/images/separators/gradient-aqua.png"> | ||
<img height=10px width="100%" src="https://cdn.jsdelivr.net/gh/adamlui/userscripts/media/images/separators/gradient-aqua.png"> | ||
|
||
### <img width=20 src="https://cdn.jsdelivr.net/gh/adamlui/github-star-history@latest/media/images/icons/github/icon32.png"> [GitHub Star History ⭐](../github-star-history) <a href="https://github.com/awesome-scripts/awesome-userscripts#github"><img src="https://cdn.jsdelivr.net/gh/adamlui/github-star-history@latest/media/images/badges/awesome/mentioned-badge.svg"></a> | ||
### <img width=20 src="https://cdn.jsdelivr.net/gh/adamlui/github-star-history/media/images/icons/github/icon32.png"> [GitHub Star History ⭐](../github-star-history) <a href="https://github.com/awesome-scripts/awesome-userscripts#github"><img src="https://cdn.jsdelivr.net/gh/adamlui/github-star-history/media/images/badges/awesome/mentioned-badge.svg"></a> | ||
|
||
> Adds star history chart to sidebar of GitHub repos. | ||
<br>[Install](https://greasyfork.org/scripts/473377-github-star-history) / | ||
[Readme](https://github.com/adamlui/userscripts/tree/master/github/github-star-history#readme) / | ||
[Discuss](https://github.com/adamlui/userscripts/discussions) | ||
|
||
### <img width=20 src="https://cdn.jsdelivr.net/gh/adamlui/github-widescreen@latest/media/images/icons/github/icon32.png"> [GitHub Widescreen 🖥️](../github-widescreen) | ||
### <img width=20 src="https://cdn.jsdelivr.net/gh/adamlui/github-widescreen/media/images/icons/github/icon32.png"> [GitHub Widescreen 🖥️](../github-widescreen) | ||
|
||
> Auto-hides obtrusive side panels on GitHub. | ||
<br>[Install](https://greasyfork.org/scripts/473439-github-widescreen) / | ||
[Readme](https://github.com/adamlui/userscripts/tree/master/github/github-widescreen#readme) / | ||
[Discuss](https://github.com/adamlui/userscripts/discussions) | ||
|
||
<img height=6px width="100%" src="https://cdn.jsdelivr.net/gh/adamlui/userscripts@latest/media/images/separators/gradient-aqua.png"> | ||
<img height=6px width="100%" src="https://cdn.jsdelivr.net/gh/adamlui/userscripts/media/images/separators/gradient-aqua.png"> | ||
|
||
<a href="https://github.com/adamlui/userscripts">**More userscripts**</a> |
Oops, something went wrong.