sindresorhus/refined-github

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;
}

Screenshot

image

Example URL

https://github.com/kyoh86-tryouts/test/projects/1


Sorry we don't make any changes to Projects, as shown in the link included on the "New issue template". This also sounds like a "breaking" change as some users might be using that link like they would expect everywhere else on the site.

Thankfully you can include that CSS snippet in the options autonomously.

posted by fregante over 3 years ago

Fund this Issue

$0.00
Funded

Pull requests