The website decides whether a link opens in the same tab or a new one, and browsers generally respect that. But there's a workarounds depending on what you’re willing to do: Right-click → “Open link in this tab” → Forces same-tab, but obviously slower. You can override target="_blank" using extensions: Firefox: Use an add-on like “Open Link in Same Tab, Pop-up as Tab [Fix Targets]”. These automatically strip target="_blank" and force same-tab navigation. Chrome / Chromium browsers: Harder because Chrome limits what extensions can do, but there are still a few that attempt to block or rewrite _blank. Search for something like “Open link in same tab” or “No new tab”. Results vary by site. But my question is... Why force links to open in the same tab? That’s like telling your browser, “Nope, we only use one room in this whole house.” Sometimes opening everything in one tab actually makes browsing feel slower, because you keep losing the page you were just on. Answer from The_Tech_Guru_52 on reddit.com
🌐
Quora
quora.com › How-do-I-open-a-link-in-the-same-tab-with-an-Android-phone-and-Chrome
How to open a link in the same tab with an Android phone and Chrome - Quora
However, web developers can set a target attribute in the HTML code of the link to the value “_blank” which tells the browser to open the link in a new tab regardless of what browser or what platform is opening the page.
🌐
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?

Discussions

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 More on support.google.com
🌐 support.google.com
October 19, 2019
The latest Android update makes web links I click open in a new tab. I want to revert to 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 More on support.google.com
🌐 support.google.com
May 24, 2019
Chrome Extension: How do i open urls in popup.html in the same tab - Stack Overflow
Google Chrome extension: i am running mad on a simple thing. Please dont blame me, i am not english origin and i have trouble to read and understand all the extension docs. I simply want to do the More on stackoverflow.com
🌐 stackoverflow.com
Open links in same tab in Chrome - 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 More on support.google.com
🌐 support.google.com
August 21, 2022
🌐
Chrome Web Store
chromewebstore.google.com › detail › open-link-in-same-tab-pop › npnncoldkhcnpijbhmhpaeojgholpfoi
Open link in same tab, pop-up as tab - Chrome Web Store
Modern Web Extension to Open Links in New Tabs for Specified Domains or Temporarily on Any Tab. ... Average rating 4.2 out of 5 stars. Learn more about results and reviews. Forces Chrome to open new tabs instead of pop-up windows.
🌐
Sergiy
popup-as-tab-extension.sergiy.net
Open link in same tab, pop-up as tab
This extension forces browser to open links in the same tab instead of new or background tab. Please consider donation to support development 5-star rating would tremendously help! Test it yourself! (after the installation) Download link for Edge Privacy policy (Edge) Download link for Chrome
🌐
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
October 19, 2019 - Skip to main content · Google Chrome Help · Sign in · Google Help · Help Center · Community · Google Chrome · Terms of Service · Submit feedback · Send feedback on
🌐
Chrome-Stats
chrome-stats.com › accessibility › open link in same tab, pop-up as tab
Open Link in Same Tab & Pop-up as Tab
May 16, 2020 - Users find 'Open link in same tab, pop-up as tab' very useful and unique for managing link behavior, with appreciated developer support. However, recent Chrome policy changes and updates have caused the extension to break or become unavailable. Some users find whitelist/blacklist features confusing or ineffective, and certain sites remain problematic.
Rating: 3.9 ​ - ​ 30 votes
🌐
Chrome-Stats
chrome-stats.com › workflow & planning › open link in same tab, pop-up as tab
Open Link in Same Tab, Pop-Up as Tab - Chrome Extension
August 4, 2023 - 'Open link in same tab, pop-up as tab' is a Chrome extension which forces the browser to open links in the same tab, and pop-ups in new tabs rather than new windows.
Rating: 4.4 ​ - ​ 567 votes
Find elsewhere
🌐
Google Support
support.google.com › chrome › thread › 176049908 › open-links-in-same-tab-in-chrome
Open links in same tab in Chrome - Google Chrome Community
August 21, 2022 - Skip to main content · Google Chrome Help · Sign in · Google Help · Help Center · Community · Google Chrome · Terms of Service · Submit feedback · Send feedback on
🌐
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 clic…
🌐
Crx4Chrome
crx4chrome.com › crx › 221879
Open Link In Same Tab, Pop-Up As Tab 3.2.1 Crx (Latest Version) - Crx4Chrome
May 22, 2024 - After you download the crx file for Open Link In Same Tab, Pop-Up As Tab 3.2.1, open Chrome's extensions page (chrome://extensions/ or find by Chrome menu icon > More tools > Extensions), and then drag-and-drop the *.crx file to the extensions page to install it.
Rating: 3.9 ​ - ​ 30 votes
🌐
Microsoft Edge
microsoftedge.microsoft.com › addons › detail › theone-open-popup-as-t › hbpaoppeiieeogmaaeljednfnliodbna
Open link in same tab, pop-up as tab - Microsoft Edge Addons
December 23, 2020 - Make Microsoft Edge your own with extensions that help you personalize the browser and be more productive.
🌐
Stack Overflow
stackoverflow.com › questions › 73812302 › how-to-open-a-link-in-same-tab-in-browser-extension-popup
How to open a link in same tab in browser extension popup?
Copy<!DOCTYPE html> <html lang="en"> <head> <link rel="stylesheet" href="popup.css"> </head> <body> <div class="wrapper"> <h2>Welcome </h2> <button type="button" class="button_style" id="btn1">Connect</button> </div> <script src="popup.js"></script> </body> </html> ... Copyvar button = document.getElementById("btn1"); button.addEventListener("click", function () { chrome.tabs.create({ url: "https://www.youtube.com/" }); });
🌐
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 › thread › 208896860 › how-to-open-a-link-in-the-same-tab
How to open a link in the 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
🌐
Opera
forums.opera.com › topic › 41617 › force-open-pop-up-window-in-new-tab
Force open pop-up window in new tab | Opera forums
October 6, 2023 - The second extension doesn't work, nothing happens, the pop-ups that open a new window continue to open a new window. ... Links that open in a new window generally do so because they specify a particular size for that window. If they opened in a tab, they would have to be the same size as all your other tabs.
🌐
Windows 10 Forums
tenforums.com › browsers-email › 131605-how-force-open-link-same-tab-google-chrome.html
How To Force Open Link In Same Tab In Google Chrome - Windows 10 Help Forums
April 27, 2019 - Computer Type: PC/Desktop System Manufacturer/Model Number: Self-Built OS: Windows 10 Pro for the Bro CPU: Intel Core i5-3570K 3.4 GHz Quad-Core Processor Motherboard: Asus P8B75-M/CSM Memory: [2x8GB Patriot Viper III DDR3 1600MHz] + [2x8GB Patriot Viper III DDR3 1866MHz] Graphics Card: NVIDIA GeForce GT 710 Sound Card: Creative Sound Blaster Audigy SE Monitor(s) Displays: Asus VS247H-P Screen Resolution: 1280x720 Keyboard: Microsoft Wireless Keyboard 3050 Mouse: Microsoft Wireless Mouse 5000 Case: Antec NSK6580 Browser: Google Chrome ... Some websites code html to control how links open but you can over-ride that using this: Open link in same tab, pop-up as tab [Free] - Chrome Web Store