It is currently May 1st, 2024, 6:14 am

Google Search open into Incognito mode?

Get help with creating, editing & fixing problems with skins
apit23
Posts: 43
Joined: August 17th, 2012, 9:06 am

Google Search open into Incognito mode?

Post by apit23 »

hey how to make google searches open in incognito mode with chrome?

heres the ini.
[MeasureInput]
Measure=Plugin
Plugin=InputText.dll
X=16
Y=14
W=150
H=24
FontFace=Arial
MeterStyle=Style
SolidColor=255,255,255
FocusDismiss=1
Command1=!Execute ["http://www.google.com/search?q=$UserInput$"] DefaultValue=""

[MeterBack]
Meter=IMAGE
ImageName=#SKINSPATH#amana/images/frame.png

[MeterIcon]
Meter=IMAGE
ImageName=
X=208
Y=40

[MeterDefaultText]
Meter=STRING
X=16
Y=12
W=150
H=24
FontFace=Yanone Kaffeesatz Thin
MeterStyle=Style
Text="Google"
LeftMouseUpAction=!RainmeterPluginBang "MeasureInput ExecuteBatch 1"
Alex Becherer

Re: Google Search open into Incognito mode?

Post by Alex Becherer »

try:

["C:\Users\%USERNAME%\AppData\Local\Google\Chrome\Application\chrome.exe" -incognito "http://www.google.com/search?q=$UserInput$"]
apit23
Posts: 43
Joined: August 17th, 2012, 9:06 am

Re: Google Search open into Incognito mode?

Post by apit23 »

Alex Becherer wrote:try:

["C:\Users\%USERNAME%\AppData\Local\Google\Chrome\Application\chrome.exe" -incognito "http://www.google.com/search?q=$UserInput$"]
kudos.thnx a lot. i just change the chrome location and its works