|
|

A few weeks ago I wrote about a nice trick which lets you open your Google Chrome in Incognito mode, automatically. Well, that trick didn’t work at all, like Tumbleweed pointed out. Anyway the guys at hackszine.com, who never stop looking for alternative ideas, got from a smart guy called Michael T. Bee a nice script which does the whole job smoothly. Here is the trick.
Open your Notepad and save the following javascript as chrome_incognito.js on your desktop.
//Chrome_Incognito.js – start new chrome incognito(sort of)
var liWait=175; //wait ms (double on older pc)
var oSh=new ActiveXObject(“WScript.Shell”);
oSh.Run(“chrome.exe”); //start chrome
WScript.Sleep(liWait);
oSh.Sendkeys(“^+N”); //start new incognito window
WScript.Sleep(liWait);
oSh.Sendkeys(“%{Tab}”); //go previous(first) browser window
WScript.Sleep(liWait);
oSh.Sendkeys(“%{F4}”); //close first browser window
Every time you double-click on the icon “…it will launch Chrome, make an incognito window, and then close the first window. It does all this by sending artificial keypress events to the application through the Shell ActiveX object, a technique which might come in handy for scripting other standard Windows applications.”
Tags: Chrome, hack, security
Related Articles
Latest Articles
If you can not find what you are looking for, you might want to try Google Advanced Search and get thousands of results, specifically selected for you.
Google Advanced Search
|
2 Comments to “How to open Google Chrome in Incognito mode…reloaded!”
Leave a Comment
Incoming Search Terms for the Article:
chrome adblock incognito - adblock chrome incognito - how to open google chrome in incognito modereloaded - auto open chrome in incognito - chrome auto open incognito - how to automatically run incognito - how to find notepad on incognito - how to open googlw chrome incognito atomaticly - incognito chrome adblock - make incognito open automatically - open chrome in incognito - open chrome in incognito not valid - open chrome incognito window - how do i make chrome open in incogneto automatically - google chrome incognito adblock - adblock incognito - adblock incognito mode - auto load chrome incognito - auto open chrome incognito - automatically open incognito - automatically run incognito google - chrome incognito adblock - chrome open inkognito - direct incognito chrome window shortcut - osh Run wait action to complete -Best screen resolution 1280x800 or higher.
Web Talk is best viewed in Firefox.

November 29th, 2008 at 2:44 am
in chrome properties, change target to “C:……..\Google\Chrome\Application\chrome.exe” -incognito
works too
February 13th, 2009 at 12:24 pm
just add –incognito to the shortcut property…