site Search:


 
    All Forums Hot Topics Gallery






how-to block ads


 
Search Topic:
Uniqs:
1361
Share Topic
Posting?
Post a:
Post a:
Links: ·Hijack This logs? ·Panda Free Tools ·Vundo Removal
page: 1 · 2
AuthorAll Replies


Brano
I hate Vogons
Premium,MVM
join:2002-06-25
Burlington, ON
kudos:6
Reviews:
·Bell Fibe

reply to OZO

Re: How do you access more then one Google account at same time

said by OZO:

I guess the only guarantee, that browser doesn't share data between its windows, could be achieved by running different instances of Chromium browser.

Read above, unless each Google user has it's own OS user multiple instances won't help you as the credentials/profiles are saved with the current OS logged in user ownership (same home dir).

OZO
Premium
join:2003-01-17
kudos:2

1 edit

reply to OZO
Here is the way I can launch any number of Chromium browsers (instances), that don't share data between them. In this example I use BAT file, shortcut to that BAT file, cmdh.exe tool, that can launch BAT file in hidden window. Shortcut opens new instance of Chromium in a single process mode, pointing to this web site. If you need to change that, please feel free to make your adjustments.

1. Create minimized default profile that you will use in all browser instances, that you want to launch later. To do so, remove history, and other unnecessary junk from your current profile, exit browser and save that profile folder to some location. E.g. I put it here: "C:\Tmp\chrm\p.def"

2. Download latest Chromium build (zip file) from this location and extract it into a folder. E.g. "C:\Program Files\Chromium" folder. You may skip this step if you have it already installed, but then you may want to adjust BAT file below then.

2. Copy this BAT file (make necessary adjustments, if you need):

:: © 2012 OZO
@echo off
set Program="C:\Program Files\Chromium\chrome-win32\chrome.exe"
set ProfDef="C:\Tmp\chrm\p.def"
call :GetUniqName
xcopy /S /I %ProfDef% %ProfNew%
%Program% -user-data-dir="%ProfNew%" www.dslreports.com/forums/fav --single-process
rd /S /Q %ProfNew%
 
:GetUniqName
setlocal
:GetNewName
set Name=%TEMP%\Chrm.%random%
:: Make sure it's unique:
if exist %Name% goto GetNewName
endlocal & set ProfNew=%Name%
goto :eof
 
What it does is - it makes new temporary profile folder (making sure it's unique), copies content of your default profile into it, runs browser and deletes the temporary folder after that.

4. Make a shortcut with target similar to this:
C:\WINDOWS\CMD\cmdh.exe "D:\Sys\Network\Browser\Chromium\NewChrm.bat"

Then, by clicking on the shortcut, you may launch a new instance of Chromium browser, that doesn't share any data with other instances of Chromium browsers. You can run as many separate instances as you need and all of them will not share data and actually remove all traces of your browsing, log ins, cookies etc after you close them...

--
Keep it simple, it'll become complex by itself...

OZO
Premium
join:2003-01-17
kudos:2

reply to Brano
Fortunately instance of Chromium browser is not defined by OS's user login. You can run different instance of browser if you want just by specifying different profile (see definitions in this post). Personally I always run it with command line containing -user-data-dir option. It means that I don't use default profile, but rather a custom one. If I need to run a different instance, I launch browser pointing to a different profile. And now, with the BAT file posted above, I may launch unlimited number of Chromium browsers that don't share any data between them in case I need that. It's just like with old, good IE, but without all of this hassle ;)

--
Keep it simple, it'll become complex by itself...



Brano
I hate Vogons
Premium,MVM
join:2002-06-25
Burlington, ON
kudos:6
Reviews:
·Bell Fibe

Sorry, you're not getting what the folks here »www.chromium.org/user-experience···profiles are trying to say. Read it carefully again.

quote:
Security
Because the data for all users which have been used for an instance of Chrome are associated with a single operating system identity, there is no expectation of special privacy. That is, there is no additional encryption of preferences and settings on the local machine other than that which already exists for user data directories in Chrome. Obviously, a password is needed to log in to a specific Chrome identity on the browser. However, no additional protection for the user data directories is planned.

It doesn't matter how you shuffle the profiles with scripts or manually, if the various Chrome (or Firefox or IE) profile data are accessible by the same user there's "no expectation of special privacy".

OZO
Premium
join:2003-01-17
kudos:2

Thank you for citing it several times. I'm not looking for "expectation of special privacy" form other users on my computer. I'm not looking for an encryption mechanism to hide and protect data (history, cookies, bookmarks, etc) from other users on that computer (or, as they mentioned, from other "operating system identity"). No, I don't worry about that local protection. I'm looking for protection from potential cross-reference vulnerabilities, that modern browsers are exposed quite often to (thanks to the advertisement industry, subsidizing the development of all commercial browsers and making tracking of users easier, especially with third party cookies and other similar approaches). I want to make sure, that all session data, that I have in one web browser is completely isolated from access by the web sites, opened in other instances of the same browser. In other words, if I signed in in one browser and got session cookies, entered credentials, added history of visited sites, etc in the process, I want to make sure, that all that session data will not be accessible from any other browser instances.

With old IE it was simple - just make sure you run browser in a different process and it will not share session data between those processes. With Chromium it becomes more convoluted due to the way how now it opens many processes within one "instance" (hence the new term/way of isolation). That's the separate "instance", that I'm looking for for a cross-reference protection. And it looks like I've found it now. Thank you.
--
Keep it simple, it'll become complex by itself...


OZO
Premium
join:2003-01-17
kudos:2

reply to OZO
I see an official response about separation of incognito windows in Chromium:

All incognito instances share the same profile.

Well, it means the design of incognito windows in Chromium is a joke. They all share data (sign in credentials, cookies, history, etc) and therefore could be cross-linked by sites you visit...
--
Keep it simple, it'll become complex by itself...


angussf
Premium
join:2002-01-11
Tucson, AZ
kudos:4

reply to OZO
I can think of several ways to do what you want. If it's only monitoring multiple GMail accounts, use this Firefox addon:

Gmail Manager NG :: Add-ons for Firefox :
»addons.mozilla.org/en-US/firefox···ager-ng/
Manage multiple Gmail accounts and receive new mail notifications.
If you want to actually have multiple Google accounts open in multiple browsers, then install the portable version of the Iron Browser in multiple directories and start one instance for each account you want to run.
Iron Browser
»www.srware.net/en/software_srwar···load.php
Portable-Version for USB-Sticks (no Installation; no Admin-rights needed; Profils in the same folder)
Iron Browser is a version of Chrome with Google Tracking pulled out (but since you're using Google accounts, that shouldn't matter so you could also run Chrome Portable from portableapps.com)

I haven't tried the mutliple-profile version of Firefox. but I do run Iron Portable a lot when I don't want to use my main Firefox profile.
--
Angus S-F
GeoApps, Tucson, Arizona, USA
»geoapps.com/
»www.linkedin.com/in/angussf
»geoapps.blogspot.com/

BandHeight

join:2004-08-30

reply to OZO
Another addon possibility for Firefox:

CookieSwap - »addons.mozilla.org/en-US/firefox···kieswap/

From the 'official' description:

quote:
If you have multiple logins for web based e-mail accounts (like Gmail and Yahoo! mail), then CookieSwap enables you to easily switch between those different accounts by swapping the 'cookies' that the sites use to know you.

I've not used it yet, but it's been on my "Try-This-Addon List" for a while.

OZO
Premium
join:2003-01-17
kudos:2

reply to angussf
Thank you guys. Firefox runs well with several different profiles. I use BAT file (similar to published above) to run it with temporary profiles where I can log in independently.
--
Keep it simple, it'll become complex by itself...


Friday, 24-May 19:01:13 Terms of Use & Privacy | feedback | contact | Hosting by nac.net - DSL,Hosting & Co-lo
over 13.5 years online © 1999-2013 dslreports.com.
Most commented news this week
Hot Topics