Ungoogled Chromium
Iโve finally switched back to Ungoogled Chromium for web dev testing purposes. Hereโs a brief list of the steps needed to get it done properly.
Installation on macOS using Homebrew. Once completed the browser can be found in /Applications/.
brew install --cask eloston-chromium
Customized a few Chrome flags:
- #extension-mime-request-handling set to Always prompt for install so that I can install extensions from
.crx
files. - #show-avatar-button set to Never.
- #read-later set to Disabled.
- #side-panel set to Disabled.
Downloaded uBlock Origin and installed by dragging the .crx
file to browser window. Then, I imported my uBlock settings from Firefox.
Set the local website as the only bookmark (itโs already added to my white list in uBlock).
Ungoogled Chromium is already set to clear cookies and cache when all the windows are closed, and also no password suggestions, autofill, phone-home etcetera.
A complete list of FAQ can be found on their wiki.
The final result:

Also posted on:
- ๐ Mastodon
Reply via email or use webmentions