Reporting back to the fediverse from #LibreWolf after #Firefox #Mozilla @mozilla decided to commit seppuku. For a seasoned GNU/Linux user, following their guidelines for setting up a deb repo and setting some custom overrides to my preference was simple enough. I currently have the "letterboxing" feature enabled, which shrinks the main viewport to a common denominator for antitracking purposes. Not sure if I'll keep that or not. It looks a little silly with the contrasting white background against every website's non-white background, but... that's really just me noticing it 'cause it's new. I'll try it out for a few days at least.
I also disable the "clear everything on close" preferences. If I need that kind of paranoia, there's TAILS.
My ~/.librewolf/librewolf.overrides.cfg:
```
defaultPref("privacy.resistFingerprinting.letterboxing", true);
defaultPref("network.http.referer.XOriginPolicy", 2);
defaultPref("privacy.clearOnShutdown.history", false);
defaultPref("privacy.clearOnShutdown.downloads", false);
```
Porting over my #TreeStyleTabs was easy enough (copy the `chrome` dir from the firefox profile to the new librewolf profile), and LibreWolf even has a handy "Allow userChrome.css customization" option in the settings to avoid needing to dip into `about:config`. Guess they know their userbase.
Adding back my other add-ons was simple enough too. Exported my #NoScript settings and re-imported them (*that* would truly be a pain to rebuild back up). Did the same thing for bookmarks. Not going to bother for #uBlockOrigin. I didn't have enough custom stuff in there to really matter and it's installed by default in LibreWolf anyway.
Now I'm logging back into my common websites.
I decided against "copy over the profile directory" just to have a fresh start. Not sure if that approach would work or not. I figure there's years worth of cruft built up in my firefox profile directory and I could do with a refresh.
So far, so good. School stuff is working. Banking is working. All the fediverse stuff is working.
I consider moving to LibreWolf a temporary solution, especially given their "we purposefully don't take any money so we can reserve the right to abandon ship whenever" approach to governance. It's high time a viable alternative to surveillance capitalism took root. I suspect I'll eventually end up contributing to whatever project looks most promising towards that end. #Servo plus some other chrome/wrapper around it, #LadyBird, who knows.