You are not logged in.

#1 2010-11-27 15:02:16

whitethorn
Member
Registered: 2010-05-02
Posts: 153

[SOLVED] start chromium in anonymous mode

Hi,

Is there a way of starting chromium from a terminal or with some sort of flag to start anonymous mode. I don't want to always open the normal chromium and then open the anonymous.

Greetings

Last edited by whitethorn (2010-11-27 19:16:24)

Offline

#2 2010-11-27 15:05:39

falconindy
Developer
From: New York, USA
Registered: 2009-10-22
Posts: 4,111
Website

Re: [SOLVED] start chromium in anonymous mode

chromium actually has a man page. it's right near the top.

Offline

#3 2010-11-27 15:09:24

markbabc
Member
Registered: 2010-11-06
Posts: 157

Re: [SOLVED] start chromium in anonymous mode

falconindy wrote:

chromium actually has a man page. it's right near the top.

i actually dont see the option in my man pages on chromium....

Offline

#4 2010-11-27 15:15:37

anti-destin
Member
Registered: 2009-02-14
Posts: 234

Re: [SOLVED] start chromium in anonymous mode

use the '--incognito' flag.

Offline

#5 2010-11-27 19:12:42

whitethorn
Member
Registered: 2010-05-02
Posts: 153

Re: [SOLVED] start chromium in anonymous mode

anti-destin wrote:

use the '--incognito' flag.

Thanx, worked like a charm.

I couldn't find anything in the man pages or with chromium --help.

Offline

#6 2010-11-27 19:30:18

falconindy
Developer
From: New York, USA
Registered: 2009-10-22
Posts: 4,111
Website

Re: [SOLVED] start chromium in anonymous mode

OPTIONS
       Chromium has hundreds of undocumented command-line flags that are added and removed at the whim of the develop‐
       ers.  Here, we document relatively stable flags.

       --user-data-dir=DIR
              Specifies the directory that user data (your "profile") is kept in.  Defaults  to  ~/.config/chromium  .
              Separate  instances  of  Chromium  must  use  separate  user  data  directories; repeated invocations of
              chromium-browser will reuse an existing process for a given user data directory.


       --app=URL
              Runs URL in "app mode": with no browser toolbars.


       --incognito
              Open in incognito mode.
....

Offline

#7 2010-11-28 02:47:46

markbabc
Member
Registered: 2010-11-06
Posts: 157

Re: [SOLVED] start chromium in anonymous mode

falconindy wrote:
OPTIONS
       Chromium has hundreds of undocumented command-line flags that are added and removed at the whim of the develop‐
       ers.  Here, we document relatively stable flags.

       --user-data-dir=DIR
              Specifies the directory that user data (your "profile") is kept in.  Defaults  to  ~/.config/chromium  .
              Separate  instances  of  Chromium  must  use  separate  user  data  directories; repeated invocations of
              chromium-browser will reuse an existing process for a given user data directory.


       --app=URL
              Runs URL in "app mode": with no browser toolbars.


       --incognito
              Open in incognito mode.
....

not meaning to post in a solved thread but my man pages for chromium dont show that, it goes from --app=URL to --proxy-server=host:post

Offline

Board footer

Powered by FluxBB