Tuesday, June 25, 2019

How to open new incognito window with Javascript? (Google Chrome)

How to open new incognito window with Javascript? (Google Chrome)

EmailThis Premium lets you save unlimited bookmarks, PDF, DOCX files, PPTs and images. It also gives you a PDF copy of every page that you save. Upgrade to Premium →

Chrome extensions with the tabs permission can use the chrome.windows.create method:

chrome.windows.create({"url": url, "incognito": true});

However, to access it, you'll either need to write your own extension or find an existing one which provides a suitable hook (I don't know whether this can be done with "Mouse Stroke"—I'm too scared to look).

answered Oct 13 '11 at 17:46

eggyaleggyal

100k1818 gold badges159159 silver badges204204 bronze badges

Not the answer you're looking for? Browse other questions tagged javascript google-chrome-extension or ask your own question.

Source: https://stackoverflow.com/questions/2228118/how-to-open-new-incognito-window-with-javascript-google-chrome

Please check the attached file.

EmailThis was not able to extract useful content from the website. Hence, we have saved the webpage to a PDF file. You can find that attached along with this email.

Upgrade to Premium Plan

✔ Save unlimited bookmarks.

✔ Save PDFs, DOCX files, images and Excel sheets as email attachments.

✔ Get priority support and access to latest features.

Upgrade to Premium

No comments: