On Windows press Alt + D then Shift + Enter

On Mac press Command + L then Shift + Enter.

Alt + D or Command + L to select the URL. Shift + Enter to open the URL in a new window.

Answer from SGventra on Stack Exchange
🌐
Google Support
support.google.com › chrome › thread › 3520860 › how-do-i-set-chrome-to-open-links-in-a-new-tab-on-the-same-browser-window
how do i set chrome to open links in a new tab on the same browser window? - Google Chrome Community
Skip to main content · Google Chrome Help · Sign in · Google Help · Help Center · Community · Google Chrome · Terms of Service · Submit feedback · Send feedback on
🌐
Windows 10 Forums
tenforums.com › browsers-email › 131605-how-force-open-link-same-tab-google-chrome-2.html
How To Force Open Link In Same Tab In Google Chrome - Page 2 - Windows 10 Forums
Callender said: The second link is here: Attachment 231931 For that link the only way to open in the same window is via drag 'n' drop the link into the same window or else use the context menu to open the link in the same window. I have TamperMonkey installed but cannot find a script to open ...
🌐
Reddit
reddit.com › r/chrome › is there a way to force any links to open in the same window of the browser?
r/chrome on Reddit: Is there a way to force any links to open in the same window of the browser?
July 27, 2022 -

Looking for a solution to force any links to open in the same window of the chrome browser instead of opening in a new window.

  1. Holding Ctrl+Left click doesn't work for all kinds of links.

  2. "Open link in the same tab, pop-up as tab" extension doesn't work on some links.

🌐
Google Support
support.google.com › chrome › answer › 2391819
Manage tabs in Chrome - Computer - Google Chrome Help
On your computer, open Chrome. In the address bar, enter @tabs. Press tab or space. You can also select Search tabs in the suggestions. Enter keywords for the tab you want to find. Select the tab from the list. Organize your windows
Find elsewhere
🌐
Google Support
support.google.com › chrome › thread › 17211390 › how-to-make-links-open-in-same-tab
How to make links open in same tab? - Google Chrome Community
Skip to main content · Google Chrome Help · Sign in · Google Help · Help Center · Community · Google Chrome · Terms of Service · Submit feedback · Send feedback on
🌐
Reddit
reddit.com › r/firefox › how to make new tabs open in the same positions as in chrome?
r/firefox on Reddit: How to make new tabs open in the same positions as in Chrome?
April 5, 2023 -

I just switched to Firefox due to all the good things I've been reading about this program, and it has been really good, but I just can't get used to how each time I open a new tab, it goes to the end of the list of tabs that I have opened from the current tab.

In Chrome, when you open a bunch of tabs from a single site/tab (A), each one gets positioned after the previous one (B,C,D), but if you click another tab (Z) and go back to (A), the next tabs you open from there will be located before B, C and D, like (E,F,G,B,C,D).

Meanwhile, in Firefox you always get B,C,D,E,F,G by default and I don't like that because in some sites, like YouTube (or any time I research something), I have a main tab from which I open a bunch of new ones, and tabs just keep opening further and further away, even if I think the new ones should have priority (should be closer to the parent tab).

I thought " browser.tabs.insertAfterCurrent" would help me with that but it didn't. I am currently using "Tree Style Tab" plugin to help me navigate my tabs, and it says it has the option I'm looking for, but it's not working.

So, is there a way to have that Chrome behavior when opening tabs? I'm doing things wrong?

🌐
Reddit
reddit.com › r/chrome › can i force links to open in the same tab?
r/chrome on Reddit: Can I Force Links to Open in the Same Tab?
November 29, 2025 -

Some websites open links in a new tab, and I find this incredibly annoying. Is there any way to force links to open in the same tab, instead of opening a new one?

🌐
Google
discuss.google.dev › looker › q&a › looker
How can I make a new link open in the same tab? - Looker - Google Developer forums
May 14, 2024 - Part of my job requires that I open about 80 links every morning to make updates in each link. I need them to open in the same tab. This worked until I updated to a new Chrome version yesterday, and now every time I click a link it opens a new tab, making 80 new opened tabs.
🌐
Quora
quora.com › How-do-I-open-a-link-in-a-new-tab-but-stay-on-the-same-page-in-Google-Chrome
How to open a link in a new tab but stay on the same page in Google Chrome - Quora
Answer (1 of 7): You can simply open a new tab and stay on the same page by: 1. Right clicking the link that you want to open in a new tab 2. Then select, “Open link in new tab” Another way to do this is by holding down the Command or Control key (Depending if you’re on MAC or PC) then ...
🌐
Tom's Guide
tomsguide.com › computing › internet › browsers
I tried Chrome’s new experimental Split Tabs feature and it completely changed how I use my browser | Tom's Guide
September 11, 2025 - ... With Split Tabs enabled, when you have two tabs open in the same Chrome window and right-click on one of them, a new option appears that reads “Add tab to new split view.” Clicking on this will take those two tabs and merge them into ...
🌐
Google Groups
groups.google.com › a › chromium.org › g › chromium-discuss › c › yZOMxAd0zk8
Open link in same tab
I personally Ctrl+Click when I ... permission to view the original message ... If I wanted to open in the same tab, I would just copy the URL and paste in the address bar....
🌐
GeeksforGeeks
geeksforgeeks.org › html › how-to-open-url-in-same-window-and-same-tab-using-javascript
How to open URL in same window and same tab using JavaScript ? - GeeksforGeeks
July 24, 2025 - The "_self" parameter specifies that the URL should be loaded in the current window. Example: In this example, we have used the window.open() method to open the "geeksforgeeks.org" URL in the same window and in the same tab.