I have to work in a web application written in I guess JS and it annoys me to no end that I have to duplicate a tab if I want a link to open in a new tab.
If it’s just a JavaScript thing, not a link, it won’t work. This is a gripe I have with the Lemmy webapp - some links in the messages UI are not real links
*middle click and right click link>open in a new tab*: are we a joke to you?!?
Some pages try to re-implement links in javascript, but forget about anything other than left-click.
Edit: Don’t forget Ctrl+click. Works the same as middle click in most cases.
I have to work in a web application written in I guess JS and it annoys me to no end that I have to duplicate a tab if I want a link to open in a new tab.
Some webpages block that feature
Even the middle click?
Especially the middle click.
If it’s just a JavaScript thing, not a link, it won’t work. This is a gripe I have with the Lemmy webapp - some links in the messages UI are not real links
They block the contextual menu > open link in new tab
That makes sense. Thanks!