Answer the question
In order to leave comments, you need to log in
Is it possible with js to open an incognito tab in chrome?
Is it possible to open on click a link in incognito mode using javascript in Google Chrome? If js is not possible, then how is it possible (not counting the manual way :) )?
Answer the question
In order to leave comments, you need to log in
You can write the extension . It will look something like this:
chrome.windows.create({"url": url, "incognito": true});
Through JS from a web page - it is impossible. You can - using the Chrome command line options, for example.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question