33

Is there a way to set Google Chrome so that it opens pop-ups in tabs instead of opening new windows?

Hennes
  • 64,768
  • 7
  • 111
  • 168
Ariod
  • 643
  • 2
  • 9
  • 14
  • 2
    This bug is exactly what the OP is asking for; go star it! [https://code.google.com/p/chromium/issues/detail?id=10511](https://code.google.com/p/chromium/issues/detail?id=10511) – Matt Lachman Jun 22 '11 at 19:54

7 Answers7

16

There is the chrome extension One Window.

It is not perfect, as the popup will first be opened and then "transformed" into a tab, which you will see as a flicker. Otherwise it seems to work fine.

0x89
  • 991
  • 7
  • 9
  • 3
    Unfortunately, I may not always want just one window. There are times where I want to open a new window and have any popups generated from tabs in that window to join to that window. – Matt Lachman Jun 16 '11 at 13:52
  • 3
    The link is no longer valid and there seems to be no Chrome extension by that name now. – Wytze Jan 25 '19 at 06:54
  • Still using the old version of this extension under developer mode as it's no longer available in Chrome Store. Still the best one out there. – crudedude Jan 09 '20 at 12:23
5

There is a 3 step workaround you can do this by

  • You should know when the popup will be opened. Popups are blocked in chrome by default. But chrome will show a popup blocked notification in bottom right corner.
  • click on notification to select always accept popup from this specific site
  • Reload the main (parent) page. This will load the popup in small windows. Right click in titlebar of popup window and select "Show As Tab". Once popup is transformed in a window with tab, you can drag it back to main window.

Hope this helps.

Thanks.

priyankpatel
  • 464
  • 1
  • 3
  • 10
  • 1
    This works, but it's a fiddle. I need to do this operation several times a day. It's shame it can't be more automated. – Kit Johnson Nov 14 '13 at 09:59
4

In Firefox, you can do this easily by changing the config. But as for now, Google Chrome does not have anything like this, and it's annoying.

However, you can use a third-party extension to do this. I'm using 'Open link in same tab, pop-up as tab [Free]' extension offered by sergiy.net and it works perfectly.

Extension's Privacy Policy: https://sergiy.net/theone/privacy_policy.html

Screenshot

You can check whether this is working or not by using the following site. (Use 'Try it' button) https://js.do/code/google-chrome-open-pop-ups-in-new-tab

DxTx
  • 1,086
  • 8
  • 23
1

I'm not sure about a setting that will make pop-ups open in tabs but you can Right-Click the top bar of the window (with the page title), select "Show As Tab" and then drag it to your main window.

  • The accepted answer seems to be targeted at some specific web site that isn't even in the question any more. – Noumenon Apr 18 '17 at 14:48
0

Popup Intercept - One Window

Is my next solution to One Window. The only downside for me is that you need to explicitly add each of the websites to be able make it work. I'm now using an unpacked version of this to make it work with all sites.

crudedude
  • 103
  • 1
  • 9
0

As of current chrome no there is not. When addons are more prevalent I can't see this as being hard to code in. I wouldn't be surprised if there wasn't one already if you run chrome with the --enable-extensions flag if you have the latest dev version of chrome and can find an addon|extensions that does this.

Unfundednut
  • 7,070
  • 4
  • 28
  • 54
  • 1
    I think the latest beta builds have extensions enabled by default. I removed the --enable-extensions bit and they still work. – Noam Gal Oct 20 '09 at 08:49
0

If you don't want to use those extensions, then the most simple solution is to Ctrl + Click the link you think it's a pop-up: it will be open as a new tab.

Jesús Hagiwara
  • 395
  • 1
  • 3
  • 11
  • 1
    That requires predicting in advance what the pop-ups will be and also doesn't work for Javascript links. – David Richerby Oct 04 '15 at 13:34
  • In that case, it's necessary to use a browser which opens all links, including pop-ups in new tabs, such as Maxthon, until Chrome has that ability. – Jesús Hagiwara Oct 04 '15 at 14:57