Jump to content

Google Chrome Incognito Hack

Recommended Posts

Google Chrome incognito mode for browsing is a very convenient feature that automatically clears your browsing data, thus when you close the browser there will be no trail of your online activities

 

This easy to do hack will start up Google Chrome in the incognito mode for you.

 

 

To create this feature in Windows

 

1- I created a Google Chrome shortcut in quick launch toolbar, My preference, but you could have a desktop SC.

 

2- Right click on the shortcut and select ?Properties?.

 

3- On the ?Target? field add ?incognito to the end of program path and press Apply. (Note: Make sure there is a space between the last apostrophe and the dash)

 

gcinc.jpg

 

4- Your incognito browser is now ready for launch.

 

 

I have no knowledge of Mac but the same feature can be created by following these steps.

 

1.Set google.com as your home page

 

2.Open Apple Script Editor and copy paste the 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.

 

I would be interested in hearing how it worked for the Mac users.

Share this post


Link to post
Share on other sites

I'm running Vista - for me there are no quotation marks in the target field, and I need to have two dashes for this to work. So like this:

 

...\Chrome\Application\chrome.exe --incognito

 

" --incognito" (note the space before the first dash) after ".exe"

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
You are posting as a guest. If you have an account, please sign in.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...