-
Couldn't load subscription status.
- Fork 31
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.