-
-
Notifications
You must be signed in to change notification settings - Fork 165
GitHub unknown license
Rob Garrison edited this page Oct 24, 2022
·
6 revisions
A userscript that adds "unknown license" message in repos with no license set
- This userscripts adds a missing license block into the repository's top nav
- The block contains:
- Link to choosealicense.com; wrapping all the content
- A license icon (yellow)
- "unknown license" text (yellow)
- Idea from: https://github.com/isaacs/github/issues/1528
- Click this link to install from GitHub; or, install from GreasyFork or OpenUserJS.
- Update dependencies.
- Update mutation script.
- Update utils script.
- Update mutation script.
- Initial commit.
- Fix JS error.