On windows you can use Ctrl+click to open in a new tab
Linux too.
just middle click
I’m sick of things that open new tabs when I don’t want them to and those stupid JavaScript.void() “”““links””“”
Agreed! Especially since the behavior on clicking a thumbnail isn’t very consistent on mobile. Sometimes I click the thumbnail and it expands the image. Sometimes it follows a link. Sometimes going back from a link takes me back to the same Lemmy page I was on, but other times it reloads the page and I can’t find the post I was looking at anymore. An option to open all links in a new tab would really help me not lose the post I was looking at when I clicked.
It should be an option IMO, I prefer not ending up with loads of tabs. But definitely good to have the option for those who do.
Good news! It is going to be an option. Feature was merged into the back-end already - just need someone to update the UI.
I wrote a script that makes Lemmy links on old.lemmy behave this way (like you like them on reddit).
You can use it as a bookmarklet or if you use grease/tampermonkey you can apply it to the site automagically.
Great!
Use the middle mouse button to open the link on a new tab
you assume that the majority of users are using a mouse. times have changed my friend.
Ctrl+Left Click, or Cmd+Left Click for Mac
I’m really glad they don’t! There’s so many ways to ask for a link to open in a new tab, but it’s much harder to make links open in the same tab once target=_blank is set.
This. Websites should use standard mechanisms by default, and optionally layer user preference stuff on top.
Every time you override some default browser behaviour you risk breaking workflows, harming interoperability and accessibility, etc.
OP would be better served with a grease/tamper/violentmonkey script to alter links (or inject a base target tag, whatever) than lobbying developers to change things. (Or, yknow, learning to use the middle mouse button).