[Solved] Portable Chromium with ublock extension

Post here if you are a new Porteus member and you're looking for some help.
xenos
Black ninja
Black ninja
Posts: 40
Joined: 20 Aug 2016, 22:20
Distribution: Porteus
Location: Blackhole

[Solved] Portable Chromium with ublock extension

Post#1 by xenos » 23 Oct 2018, 11:49

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?
Last edited by xenos on 24 Oct 2018, 14:13, edited 1 time in total.

tome
Contributor
Contributor
Posts: 675
Joined: 26 Jun 2013, 14:03
Distribution: x64 Openbox
Location: Russia is causing the immense damage to humanity
Contact:

Portable Chromium with ublock extension

Post#2 by tome » 23 Oct 2018, 20:17

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.
You have mind and feelings. Be wise and clever.

xenos
Black ninja
Black ninja
Posts: 40
Joined: 20 Aug 2016, 22:20
Distribution: Porteus
Location: Blackhole

Portable Chromium with ublock extension

Post#3 by xenos » 24 Oct 2018, 14:13

Thanks for the switches, tome

Post Reply