Always opening external links in incognito window Chrome on Mac OS
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_MACHINESOFTWAREClassesChromeHTMLshellopencommand
From
"C:Program Files (x86)GoogleChromeApplicationchrome.exe" -- "%1"
To
"C:Program Files (x86)GoogleChromeApplicationchrome.exe" -incognito -- "%1"
Can something similar be done on Mac OS?
macos google-chrome private-browsing
add a comment |
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_MACHINESOFTWAREClassesChromeHTMLshellopencommand
From
"C:Program Files (x86)GoogleChromeApplicationchrome.exe" -- "%1"
To
"C:Program Files (x86)GoogleChromeApplicationchrome.exe" -incognito -- "%1"
Can something similar be done on Mac OS?
macos google-chrome private-browsing
add a comment |
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_MACHINESOFTWAREClassesChromeHTMLshellopencommand
From
"C:Program Files (x86)GoogleChromeApplicationchrome.exe" -- "%1"
To
"C:Program Files (x86)GoogleChromeApplicationchrome.exe" -incognito -- "%1"
Can something similar be done on Mac OS?
macos google-chrome private-browsing
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_MACHINESOFTWAREClassesChromeHTMLshellopencommand
From
"C:Program Files (x86)GoogleChromeApplicationchrome.exe" -- "%1"
To
"C:Program Files (x86)GoogleChromeApplicationchrome.exe" -incognito -- "%1"
Can something similar be done on Mac OS?
macos google-chrome private-browsing
macos google-chrome private-browsing
edited Aug 17 '18 at 17:20
Tetsujin
15.4k53262
15.4k53262
asked Aug 17 '18 at 15:49
cheshirecheshire
83
83
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
defaults write com.google.chrome IncognitoModeAvailability -integer 2
New contributor
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♦
Jan 5 at 21:16
Please provide some discussion and / or explanation. Please do not respond in comments; edit your answer to make it clearer and more complete.
– Scott
Jan 5 at 21:17
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1350025%2falways-opening-external-links-in-incognito-window-chrome-on-mac-os%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
defaults write com.google.chrome IncognitoModeAvailability -integer 2
New contributor
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♦
Jan 5 at 21:16
Please provide some discussion and / or explanation. Please do not respond in comments; edit your answer to make it clearer and more complete.
– Scott
Jan 5 at 21:17
add a comment |
defaults write com.google.chrome IncognitoModeAvailability -integer 2
New contributor
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♦
Jan 5 at 21:16
Please provide some discussion and / or explanation. Please do not respond in comments; edit your answer to make it clearer and more complete.
– Scott
Jan 5 at 21:17
add a comment |
defaults write com.google.chrome IncognitoModeAvailability -integer 2
New contributor
defaults write com.google.chrome IncognitoModeAvailability -integer 2
New contributor
New contributor
answered Jan 5 at 20:54
EricEric
1
1
New contributor
New contributor
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♦
Jan 5 at 21:16
Please provide some discussion and / or explanation. Please do not respond in comments; edit your answer to make it clearer and more complete.
– Scott
Jan 5 at 21:17
add a comment |
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♦
Jan 5 at 21:16
Please provide some discussion and / or explanation. Please do not respond in comments; edit your answer to make it clearer and more complete.
– Scott
Jan 5 at 21:17
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♦
Jan 5 at 21:16
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♦
Jan 5 at 21:16
Please provide some discussion and / or explanation. Please do not respond in comments; edit your answer to make it clearer and more complete.
– Scott
Jan 5 at 21:17
Please provide some discussion and / or explanation. Please do not respond in comments; edit your answer to make it clearer and more complete.
– Scott
Jan 5 at 21:17
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1350025%2falways-opening-external-links-in-incognito-window-chrome-on-mac-os%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown