|
|
|

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:
how to browse in incognito automatically - adblock chrome incognito - chrome adblock incognito - adblock incognito - open incognito automatically - ActiveXObject chrome - start incognito automatically - open chrome in incognito - auto open incognito - google chrome open new windows using javascript - WScript Shell chrome not work - who was the first to get incognito mode - ubuntu open incognito automatically - ubunt open chrome in incognito mode - adblock incognito chrome -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…