sindresorhus/refined-github






The issue has been closed
Link to gh.com repo/user from .io page. #4212
jtagcat posted onGitHub
There's a surprising number of persons whom have a project page, but it doesn't link to the repo.
When at username.github.io/projectname
, link to github.com/username/projectname
.
Implementation is not straightforward.
First, I'd be against modifying the .io page. The add-on has toolbar presence (currently opens gh.com when opened). It could be used to instead open the repo/user page.
projectname
isn't always available on github.com. Checking, if it's 404 should direct the user to github.com/username
instead. Not sure, what's the best way to check, and what to do, when checking fails/isn't available.