Page 1 of 1

[Solved] Portable Chromium with ublock extension

Posted: 23 Oct 2018, 11:49
by xenos
Hi Porteus,
Is it possible to have a working portable Chromium Linux that behave like its Windows counterpart, Chromium portable?

Windows portable version that use single directory, eg. D:\PortableChromium

I was thinking if we could have eg. portable-chromium.xzm in Desktop and extract when we wanted to use it.

Is it possible to have extract and zip based on 1 rules file? eg. zip everything except folder 1, baby and zebra, where the rule file is inside the directory to be zipped?

Portable Chromium with ublock extension

Posted: 23 Oct 2018, 20:17
by tome
chromium that use single directory:

Code: Select all

chromium --user-data-dir=/tmp/chromium123 --disk-cache-dir=/tmp/chromium123
For last task you should write short script to zip and extract.

Portable Chromium with ublock extension

Posted: 24 Oct 2018, 14:13
by xenos
Thanks for the switches, tome