Adds post authors to items in Reddit feed (on new Reddit)
like this:
https://greasyfork.org/en/scripts/575165-reddit-profile-posts-submitted-redirect
So it's Reddit? that puts comments link in username? As that script doesn't override.
Please fix.
The username is not a link to the current post's comments. It is a link to the user's profile — which is an overview that includes both posts and comments. These are sorted by submission time, so the most recent will be at the top. The link (and the hover card you get when you hover over it) is exactly the same as it would be if you were seeing the post in its native subreddit. (That's the whole point.)
The username is not a link to the current post's comments. It is a link to the user's profile — which is an overview that includes both posts and comments. These are sorted by submission time, so the most recent will be at the top. The link (and the hover card you get when you hover over it) is exactly the same as it would be if you were seeing the post in its native subreddit. (That's the whole point.)
I clicked username from the post link and it went to post comments. Also hoverin the usercard and clicking there went to post comments. I don't get it? username should always link to userprofile.
Old RES had that functionality and setting where a userprofile link lands in the profile. The script that I linked redirects userprofile clicks to posts/submitted but only when link opened in background tab and only once in the current session.
Can you make username link to correct wihout hovercard? Please consider widening the functionality;)
The code on line 98 sets the URL for the inserted link: href="/user/${author}/"
When you hover over any link, your browser should tell you its URL. Try doing that for one of the links you're observing. It should be www.reddit.com/user/<post author>. If that's not where you end up, then another script is redirecting you — perhaps one of the scripts you've mentioned?
Script works though I'm not seeing username in all reposts/crossposts I think.
BUT!!! Username is link to post comments when it should be to userprofile! ATLEAST have option to either comments or profile.
Better yet add option to either profile overview OR posts/submitted.
The post itself is a link to post comments so username should go to profile! :)