Skip to content

Commit ad5c0de

Browse files
committed
Converted shield src code to HTML for readability ↞ [auto-sync from https://github.com/adamlui/github-star-history]
1 parent 623f5fd commit ad5c0de

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

github/github-star-history/LICENSE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 🏛️ MIT License
22

3-
**Copyright © 2023–2025 [Adam Lui](https://github.com/adamlui).**
3+
**Copyright © 2023–2024 [Adam Lui](https://github.com/adamlui).**
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

github/github-star-history/docs/README.md

+11-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,17 @@
22

33
# <img width=28 src="https://cdn.jsdelivr.net/gh/adamlui/github-star-history/media/images/icons/github/icon32.png"> GitHub Star History ⭐ &nbsp;[![](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?text=Add%20GitHub%20star%20history%20to%20all%20repo%20sidebars%21&url=https://github.com/adamlui/github-star-history&hashtags=greasemonkey,github,javascript)
44

5-
[![License: MIT](https://img.shields.io/badge/License-MIT-orange.svg?logo=internetarchive&logoColor=white&labelColor=464646&style=for-the-badge)](https://github.com/adamlui/github-star-history/blob/main/LICENSE.md)
6-
[![CodeFactor grade](https://img.shields.io/codefactor/grade/github/adamlui/github-star-history?label=Code+Quality&logo=codefactor&logoColor=white&labelColor=464646&color=b5fc7b&style=for-the-badge)](https://www.codefactor.io/repository/github/adamlui/github-star-history)
7-
[![SonarCloud vulnerabilities](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fsonarcloud.io%2Fapi%2Fmeasures%2Fcomponent%3Fcomponent%3Dadamlui_github-star-history%26metricKeys%3Dvulnerabilities&query=%24.component.measures.0.value&style=for-the-badge&logo=sonarcloud&logoColor=white&labelColor=464646&label=Vulnerabilities&color=gold)](https://sonarcloud.io/component_measures?metric=new_vulnerabilities&id=adamlui_github-star-history)
8-
[![Mentioned in Awesome](https://img.shields.io/badge/Mentioned_in-Awesome-fc7bb7?logo=awesomelists&logoColor=white&labelColor=464646&style=for-the-badge)](https://github.com/awesome-scripts/awesome-userscripts#github)
5+
<a href="https://github.com/adamlui/github-star-history/blob/main/LICENSE.md">
6+
<img alt = "[License: MIT]" src="https://img.shields.io/badge/License-MIT-orange.svg?logo=internetarchive&logoColor=white&labelColor=464646&style=for-the-badge"></a>
7+
8+
<a href="https://www.codefactor.io/repository/github/adamlui/github-star-history">
9+
<img alt = "[CodeFactor grade]" src="https://img.shields.io/codefactor/grade/github/adamlui/github-star-history?label=Code+Quality&logo=codefactor&logoColor=white&labelColor=464646&color=b5fc7b&style=for-the-badge"></a>
10+
11+
<a href="https://sonarcloud.io/component_measures?metric=new_vulnerabilities&id=adamlui_github-star-history">
12+
<img alt = "[SonarCloud vulnerabilities]" src="https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fsonarcloud.io%2Fapi%2Fmeasures%2Fcomponent%3Fcomponent%3Dadamlui_github-star-history%26metricKeys%3Dvulnerabilities&query=%24.component.measures.0.value&style=for-the-badge&logo=sonarcloud&logoColor=white&labelColor=464646&label=Vulnerabilities&color=gold"></a>
13+
14+
<a href="https://github.com/awesome-scripts/awesome-userscripts#github">
15+
<img alt = "[Mentioned in Awesome]" src="https://img.shields.io/badge/Mentioned_in-Awesome-fc7bb7?logo=awesomelists&logoColor=white&labelColor=464646&style=for-the-badge"></a>
916

1017
### Adds star history chart to sidebar of GitHub repos.
1118

0 commit comments

Comments
 (0)