Post #2089422
2026-05-05 15:55 UTC
@tito_swineflu
I only use chrome when absolutely necessary. This is in my bashrc. In launches when I need it then wipes all traces from my account when I'm done.
#Google #Chrome
function _chrome {
/opt/google/chrome/chrome --no-first-run >& /dev/null &
wait $!
rm -rf ${HOME}/.config/google-chrome ${HOME}/.cache/fontconfig ${HOME}/.cache/google-chrome ${HOME}/.cache/mesa_shader_cache
}
alias chrome='_chrome &'
Replies (1)
-
@tito_swineflu@sfba.social 2026-05-05 15:59
@allpoints Unfortunately, it's the only browser I can use for work. Not even other chromium-based browsers. Removing all traces between runs would be more hassle than it's worth.