I debug mobile website, and it is more comfortable to do it with desktop emulator that with mobile device itself. I use emulator embedded in Google Chrome. It changes viewport size and user agent, so website looks reasonably similar to mobile phone.
When any link contains target="_blank"
however Chrome opens it without any emulation, so it is impossible to debug websites that contain such links.
My question is: is there any way to force Google Chrome to open "new tab" links with the same emulation settings as its parent window?