Featured Posts

Play Tetris Using Mac Leopard TerminalPlay Tetris Using Mac Leopard Terminal Terminal Tetris is actually part of the Gnu Emacs and is something you should able to do on any unix system that has Emacs on it.I attached text and video instructions.To...

Readmore

Automate a Remote Login Using SSH - LinuxAutomate a Remote Login Using SSH - LinuxTo do just that you need to create SSH Key Pair1. we need to use ssh-agent to create an SSH key pair.To do that run this command: ssh-keygen -t rsaWhen prompted...

Readmore

Free Google Wave InvitesFree Google Wave InvitesDo you really want a Google Wave Invite but don't want to pay $$$ on eBay???I got one for you....The deal is:I give you an Invitation and once you get it...

Readmore

Google DNS Test Results After using Google DNS for few days, And after running NameBench twice I found that:Google DNS is faster then Most if not All other DNS Servers.Check out the results:Bottom...

Readmore

Start Google Chrome in Incognito ModeStart Google Chrome in Incognito Mode I'm Using Mozilla FireFox as my default web browser But I like using Chrome for Private Browsing.Google Chrome doesn't provide an option to load Incognito by default so...

Readmore

Cool Geex Rss

Start Google Chrome in Incognito Mode

Posted on : 08-12-2009 | By : Cool Geex | In : Apple, Mac Leopard, Script Editor, Windows

17

I’m Using Mozilla FireFox as my default web browser But I like using Chrome for Private Browsing.

Google Chrome doesn’t provide an option to load Incognito by default so I created one.

Windows

If you’re using windows

  1. Place a Google Chrome shortcut on the desktop.
  2. Rename the shortcut to Incognito.
  3. Right click on the shortcut and select ‘Properties’.
  4. On the ‘Target’ field add an –incognito to the end of program path. (Note: Make sure there is a space between the last apostrophe and the dash)
  5. Your incognito browser is now ready for launch.


Mac

If you’re using Mac

1.Set google.com as your home page

2.Open Apple Script Editor and copy paste that script:

tell application "Google Chrome"
activate
end tell

tell application "System Events"
tell process "Google Chrome"
tell menu bar 1
tell menu bar item "File"
tell menu "File"
click menu item "New Incognito Window"
end tell
end tell

tell menu bar item "Window"
tell menu "Window"
click menu item "Google"
end tell
end tell

tell menu bar item "File"
tell menu "File"
click menu item "Close Window"
end tell
end tell

end tell
end tell
end tell

3. Compile and Save, You’re done.

Related posts:

  1. Create an Application that Start Google Chrome in Incognito Mode
  2. Google Chrome Incognito – Mac OSX Perfect Solution
  3. Perform a clean Installation of Windows 7 with Upgrade DVD
  4. Place Google Voice calls directly from iPhone
  5. Create your own list of email addresses from your inbox

How To Link To This Page?

To link to this page, simply Copy and Paste the following code to your web page.

Comments (17)

I can’t believe that Google wouldn’t make this an option and we have to go through this. Thanks for the code!

That was meant to be:

do shell script “/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome –incognito &> /dev/null &”

Or:

do shell script “/Applications/Chromium.app/Contents/MacOS/Chromium –incognito &> /dev/null &”

for Chromium
And

do shell script “/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome –incognito”

For Google.
A tad simpler

This worked great with both Chrome and Chromium on the Mac, thanks!

Unfortunately, in Chromium you it looks like Extensions don’t function when using incognito mode, not sure if that is intended but it makes this useless.

As an alternative, do you have a script to clear browsing history on exit?

in Windows Vista Just add -incognito in the end, I checked it out and it works.

Windows Vista: in Properties there are no apostrophes around the target. Placing “-incognito” at the end isn’t working. Suggestions? I made sure to leave a space at the end of “.exe”.

Hi Vacharya,
No, it does not make any difference where you save the file.

I created a new post that explains how to make an application from the script.
Check it out how to create an application that start google chrome in incognito mode/
Good Luck

Hi Vacharya, Thanks for Visiting Our Site.

The method described for MAC users doesn’t Hack Google Chrome Browser.
If you look at the code, it’s basically start Google Chrome, opens Incognito Window for you and close the Regular Chrome window.
You should create a shortcut for the script or Save the script as Application.

Let Me know if you need additional assistant.

Hello,
I was trying to follow the instructions for MAC. Everything works fine for that particular time. But when I start the chrome next time, it doesn’t open in incognito mode. Do you see any problem?

Another question is, the last step compile and save, where we need to save that file? does that make any difference?

[...] Via Lifehacker and Coolgeex [...]

[...] polishing up your Chrome skills, take a look at our power user’s guide to Google Chrome. Start Google Chrome in Incognito Mode [Cool [...]

Start Google Chrome In Incognito Mode…

Google Chrome is an excellent browser. I use it over Firefox because its lightweight and fast. It also has some excellent out-of-the-box features, like Incognito mode, which can be mimicked in Firefox with a little messing around with features.
As a in…

[...] polishing up your Chrome skills, take a look at our power user’s guide to Google Chrome. Start Google Chrome in Incognito Mode [Cool [...]

[...] up your Chrome skills, take a look at our power user’s guide to Google Chrome. Start Google Chrome in Incognito Mode [Cool Geex] Share [...]

[...] polishing up your Chrome skills, take a look at our power user’s guide to Google Chrome. Start Google Chrome in Incognito Mode [Cool [...]

[...] polishing up your Chrome skills, take a look at our power user’s guide to Google Chrome. Start Google Chrome in Incognito Mode [Cool [...]

[...] Start Google Chrome in Incognito Mode [Cool Geex] Tagged:google chromeincognito modeprivacywork [...]

Write a comment