- cross-posted to:
- memes@lemmy.ml
- cross-posted to:
- memes@lemmy.ml
In Firefox you can also middle click the reload button to duplicate the tab.
Edit: other things you can middle click:
- The back and forwards buttons: does, what the buttons do in a new tab, while duplicating the tab history.
- The new tab button: open a new tab directly after the current tab (and in the same container as the current tab).
- Items in the URL bar (such as autocomplete suggestions, the thing you just typed, or your frequent pages): opens them in a new tab (at the end though for some reason)
You can also Ctrl+click all of these for the same result.
You forgot the most important thing:
Links
Middle clicking a link will open it in a new tab which is what I mostly use.
I’m more of a Ctrl + Left-Click man myself. And yes, it’s because I fuck up the middle click 50% of the time and turn on page scrolling.
Holy shit, I didn’t know that. That’s going to be so helpful.
Also middle clicking on a tab will close it, no need to hunt for the little x.
Can i do it with ctrl+click or change the button? I may start to do that
And you can hide the close button by adding
.tabbrowser-tab .tab-close-button { visibility: collapse !important; }to your userChrome.css file. Works with vertical tabs too.
SPA websites that go out of their way to make opening a link in a new tab difficult to impossible can well and truly go fuck themselves
No that’s the other way around. They are just so poorly programmed that they don’t use the normal mechanisms. Everything has to be reimplemented to work in that app. If you don’t think of a basic feature in the beginning, you have a very bad time. And since a lot of SPAs nowadays are programmed as “App”. They do not even have the concept of multiple tabs.
I am using an open source tool where there is an open ticket for years to make opening a link in a new tab possible. But because of the multi platform framework it seems very much impossible to implement.
This is the state of frontend development. Every few years they need to reinvent the wheel and sometimes they forget a place for the axle.
Is there a way to do this in mobile browsers?
Safari iOS:
View all tabs > hold a website tab card > Duplicate

*middle click and right click link>open in a new tab*: are we a joke to you?!?
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!
Yup
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.






