Skip to content

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:/isaacs/github/issues/1528
  • Click this link to install from GitHub; or, install from GreasyFork or OpenUserJS.

Screenshot

Change Log

Version 0.1.4 (2022-10-24)

  • Update dependencies.

Version 0.1.3 (2021-07-21)

  • Update mutation script.
  • Update utils script.

Version 0.1.2 (2021-01-31)

  • Update mutation script.

Version 0.1.0 & 0.1.1 (2020-03-29)

  • Initial commit.
  • Fix JS error.
Clone this wiki locally