Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make Comment Links Clickable Again #46

Open
waynebloss opened this issue Dec 22, 2018 · 1 comment
Open

Make Comment Links Clickable Again #46

waynebloss opened this issue Dec 22, 2018 · 1 comment

Comments

@waynebloss
Copy link

waynebloss commented Dec 22, 2018

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.

@thebaer
Copy link
Owner

thebaer commented Dec 22, 2018

Yes! This behavior bugs the shit out of me too. I've complained to them about it before and they said they'd fix it, but still no change in the years since then. Eliminating the click tracking would be a nice side effect, too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants