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?
[Solved] Portable Chromium with ublock extension
[Solved] Portable Chromium with ublock extension
Last edited by xenos on 24 Oct 2018, 14:13, edited 1 time in total.
-
- Contributor
- Posts: 686
- Joined: 26 Jun 2013, 14:03
- Distribution: x64 Openbox
- Location: Russia is causing the immense damage to humanity
- Contact:
Portable Chromium with ublock extension
chromium that use single directory:
For last task you should write short script to zip and extract.
Code: Select all
chromium --user-data-dir=/tmp/chromium123 --disk-cache-dir=/tmp/chromium123
Portable Chromium with ublock extension
Thanks for the switches, tome