sindresorhus/refined-github

The issue has been closed
Suppress link for an author in project cards #4645
wacul-yamada posted onGitHub
Description
When I am working with cards in the Projects screen, I often click on the author's link and the screen transitions, which is very frustrating. I can't imagine that there would be any incentive to jump from this screen to the author's profile page that often. This link is very annoying and I think it should be suppressed.
It can be suppressed by css like below.
.project-card a.color-text-primary {
pointer-events: none;
}