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

Create an Application that Start Google Chrome in Incognito Mode

Posted on : 09-24-2009 | By : Cool Geex | In : Google, Script Editor

1

This Post will show you how to create an Application from the script provides in the post Start Google Chrome In Incognito Mode

Just Follow the Video

If you like the video, Please Rate It

Related posts:

  1. Start Google Chrome in Incognito Mode
  2. Google Chrome Incognito – Mac OSX Perfect Solution
  3. Create Your Own Application Using Fluidapp
  4. 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 (1)

Hej, yes it’s great but often chrome doesn’t notice the “Google” window because of the delay in loading the page. If it’s better to set the default window on empty page and use that script below. It works for me :P

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 “Close Window”
end tell
end tell
tell menu “File”
click menu item “New Incognito Window”
end tell

end tell
end tell
end tell

Write a comment