You are here

Run Chrome/Iron Portable with "--no-referrers" from the PortableApps Platform?

6 posts / 0 new
Last post
trust
Offline
Last seen: 4 years 5 months ago
Joined: 2009-09-29 19:54
Run Chrome/Iron Portable with "--no-referrers" from the PortableApps Platform?

The easy way to do it in Windows is to make a shortcut, add argument. Or make a batch file. But neither the shortcut nor the batch will not run from the PortableApps Platform.

Any workaround?

Ken Herbert
Ken Herbert's picture
Offline
Last seen: 9 hours 35 min ago
DeveloperModerator
Joined: 2010-05-25 18:19
A little manual work needed,

but it isn't that hard.

I'll use Iron as an example, but Chrome requires one less step.

1. Go into IronPortable\Other\Source and copy the AppNamePortable.ini (in Chrome it is called GoogleChromePortable.ini).

2. Copy this file to the IronPortable directory so it is beside IronPortable.exe.

3. Rename the file to IronPortable.ini (not required for Chrome as it is already named the right way).

4. Open the file in a text editor, and add whatever you need to the AdditionalParameters= line.

trust
Offline
Last seen: 4 years 5 months ago
Joined: 2009-09-29 19:54
So it will

So it will be
AdditionalParameters=--no-referrers
or
AdditionalParameters= --no-referrers
with a space?

Wasn't hard, really. I guess it's without the space, but that's just a guess.
Is there an easy way to test if "--no-referrers" really work?

Aluísio A. S. G.
Offline
Last seen: 8 years 2 months ago
DeveloperTranslator
Joined: 2010-11-09 17:43
Any of them will work

Then open the browser and go to chrome://. The browser's command line is listed there.

Previously known as kAlug.

trust
Offline
Last seen: 4 years 5 months ago
Joined: 2009-09-29 19:54
Even better: visit

Even better: visit http://echo.opera.com from your browser.

trust
Offline
Last seen: 4 years 5 months ago
Joined: 2009-09-29 19:54
Okay. I tried this with

Okay. I tried this with Chrome. Let's say I want to start Chrome Portable in incognito mode. It is simply a line in Iron.ini, Incognito=true. But it does not do the trick in Chrome.

How to start Chrome portable in Iron?

Log in or register to post comments