sindresorhus/refined-github

Show a button for the star history of the repo in the stargazers page #4097

ouuan posted onGitHub

I want to have a button that links to https://star-history.t9t.io/#owner/repo in the stargazers page. It's similar to useful-forks.

screenshot


While I can see this is useful to repo owners/collaborators, it may not be suitable to include in this extension as most people won't need this, which is different from useful-forks.

That said, you can simply use a bookmarklet:

javascript:window.open(`https://star-history.t9t.io/#${location.pathname.split('/').slice(1, 3).join('/')}`)

Or if you prefer a button instead, you can use a user script I just rolled up:

image

posted by kidonng about 4 years ago

Fund this Issue

$0.00
Funded

Pull requests