$ cd ../
$ cat /backups/brain/
0003Windows Sane Chromium InstallationHow to install ungoogled-chromium in Windows with automatic updates and Chrome’s
Web Store (+ ublock-origin).
- Download the latest release: https://github.com/henrypp/chrlauncher/releases
- Unzip in, for example, Documents
- Edit chrlauncher.ini and modify the following property:
1
2
ChromiumType=ungoogled-chromium
ChromiumWaitForDownloadEnd=false
- Create a new file open.bat with the following contents:
1
2
@ECHO OFF
START /B C:\Users\vm\Documents\chrlauncher\chrlauncher.exe
Note: change the script if the location of installation/folder name is different.
Right click on open.bat and create shortcut, move it to the Desktop and
change the Name/Icon to the chromium ones
In the chrlauncher folder run SetDefaultBrowser.bat as admin (right click),
then select “Web browser” at the end and choose “chrlauncher”.
Open the icon from the desktop, it will automatically download Chromium the
first time & the updates each time you open it. It won’t be visible (only for
a few miliseconds) each time you open your browser.
Open the browser and go to URL
chrome://flags/#extension-mime-request-handling, then select Always prompt
for install.
Restart the browser
Download the latest .crx release from:
https://github.com/NeverDecaf/chromium-web-store/releases
Open the downloaded file, the browser should install the extension
Go to
https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en
and install uBlock
Now you have a privacy oriented and decent browser.
$ cd ../