<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Create an Application that Start Google Chrome in Incognito Mode</title>
	<atom:link href="http://www.coolgeex.com/create-an-application-that-start-google-chrome-in-incognito-mode/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.coolgeex.com/create-an-application-that-start-google-chrome-in-incognito-mode/</link>
	<description>Gadget and tech guide for the rest of us</description>
	<lastBuildDate>Fri, 06 Jan 2012 21:52:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: NYinker</title>
		<link>http://www.coolgeex.com/create-an-application-that-start-google-chrome-in-incognito-mode/comment-page-1/#comment-486</link>
		<dc:creator>NYinker</dc:creator>
		<pubDate>Tue, 15 Dec 2009 15:54:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.coolgeex.com/?p=208#comment-486</guid>
		<description>Hej, yes it&#039;s great but often chrome doesn&#039;t notice the &quot;Google&quot; window because of the delay in loading the page. If it&#039;s better to set the default window on empty page and use that script below. It works for me :P

tell application &quot;Google Chrome&quot;
	activate
end tell

tell application &quot;System Events&quot;
	tell process &quot;Google Chrome&quot;
		tell menu bar 1
			tell menu bar item &quot;File&quot;
				tell menu &quot;File&quot;
					click menu item &quot;Close Window&quot;
				end tell
			end tell
			tell menu &quot;File&quot;
				click menu item &quot;New Incognito Window&quot;
			end tell
			
		end tell
	end tell
end tell</description>
		<content:encoded><![CDATA[<p>Hej, yes it&#8217;s great but often chrome doesn&#8217;t notice the &#8220;Google&#8221; window because of the delay in loading the page. If it&#8217;s better to set the default window on empty page and use that script below. It works for me <img src='http://www.coolgeex.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>tell application &#8220;Google Chrome&#8221;<br />
	activate<br />
end tell</p>
<p>tell application &#8220;System Events&#8221;<br />
	tell process &#8220;Google Chrome&#8221;<br />
		tell menu bar 1<br />
			tell menu bar item &#8220;File&#8221;<br />
				tell menu &#8220;File&#8221;<br />
					click menu item &#8220;Close Window&#8221;<br />
				end tell<br />
			end tell<br />
			tell menu &#8220;File&#8221;<br />
				click menu item &#8220;New Incognito Window&#8221;<br />
			end tell</p>
<p>		end tell<br />
	end tell<br />
end tell</p>
]]></content:encoded>
	</item>
</channel>
</rss>

