Always opening external links in incognito window Chrome on Mac OS

0

Until version 68 Google Chrome when you clicked on external link it would open it window that is currently active no matter if it is incognito or not. Now, when you click on external link and Incognito window is window that you are currently on it would open it in current non-incognito window.

This is not a bug, this is the way Chrome is supposed to work as stated here: https://productforums.google.com/forum/#!topic/chrome/yefXCMUfjz8

Is There a way to edit how external links open on Mac OS Google Chrome? I would like to always open external links in incognito window

In Windows 10 you can do this by changing Regedit.exe:

HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ChromeHTML\shell\open\command

From
"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" -- "%1"

To "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" -incognito -- "%1"

Can something similar be done on Mac OS?

cheshire

Posted 2018-08-17T15:49:17.007

Reputation: 113

Answers

-1

defaults write com.google.chrome IncognitoModeAvailability -integer 2

Eric

Posted 2018-08-17T15:49:17.007

Reputation: 1

Welcome to Super User! While this may answer the question, it would be a better answer if you could provide some explanation why it does so as well as where and how to make that change. – DavidPostill – 2019-01-05T21:16:51.850

Please provide some discussion and / or explanation. Please do not respond in comments; [edit] your answer to make it clearer and more complete. – Scott – 2019-01-05T21:17:45.683