Skip to content

Make Comment Links Clickable Again #46

@ghost

Description

Whenever I'm reading the comments on medium.com, this shithole website decides that should I try to middle-click a link, they will open a new window for me that displays just the comment that I clicked instead of going to the place that I wanted to go to.

That's because links in the comment section are represented like this:

<span
  class="markup--anchor markup--p-anchor"
  data-action="open-inner-link"
  data-action-value="https://the-actual-content-I-wanted.com"
>
  https://the-actual-content-I-wanted.com
</span>

The feature that I'm proposing would replace those spans with <a> tags. As a byproduct of this feature their click tracking for these links would also be disabled.

I can probably build this. I'm working on my own Chrome extension right now and I'm familiar with the environment. So, I'm just leaving this here as a note in the hopes that I can get to this soon.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions