

Fork of FireFox,
with a focus on data privacy + security:
https://librewolf.net/
I’d also like to add IronFox,
similar to LibreWolf, but for mobile:
https://gitlab.com/ironfox-oss/IronFox/
Full stack developer and privacy advocate. I like to keep the mentality, if you can program one language well, then you can program in any language!
Fork of FireFox,
with a focus on data privacy + security:
https://librewolf.net/
I’d also like to add IronFox,
similar to LibreWolf, but for mobile:
https://gitlab.com/ironfox-oss/IronFox/
Hi OP, I do the same thing during winters.
For XMR,
you can increase the profits a bit with XmrVsBeast + Gupaxx
It’s on F-Droid,
but you’ve gotta add their repo:
That link can also be found on their Gitlab:
I lately have a saying:
“If it’s not FOSS, it’s not worth your time”
Day 1 8:30 - I’ll fix this in a few minutes
Day 1 8:30 - 17:00 - Head to desk banging
Day 1 17:00 - Fuck you and see you tomorrow
Day 2 8:45 - Fuck that was an easy fix,
why didn’t I think of that yesterday
uBlock Origin Filters to get rid of Copilot + AI feed bloat on Github
uBlock Origin => Open the Dashboard => My Filters => Add:
github.com##.copilotPreview__container
github.com##.AppHeader-CopilotChat
github.com##li.ActionListItem:has-text(Copilot)
github.com##li.ActionList-sectionDivider:has-text(Copilot)
github.com##li.TimelineItem:has-text(Copilot)
github.com##div.pb-4:has-text(Copilot)
github.com###copilot_free_global
github.com###copilot-button-container
github.com###blob-view-header-copilot-icon
github.com##a[href*="/resources/articles/ai"]
github.com##a[href*="/settings/copilot"]
github.com##a[href*="/features/copilot"]
github.blog##a[href*="/features/copilot"]
github.blog##a[href*="/ai-and-ml"]
github.blog##article.changelog-label-copilot
github.blog##article.changelog-label-models
github.com##article.js-feed-item-component:has-text(LLM)
github.com##article.js-feed-item-component:has-text(OpenAI)
github.com##article.js-feed-item-component:has-text(ChatGPT)
github.com##article.js-feed-item-component:has-text(GPT)
github.com##article.js-feed-item-component:has-text(Llama)
github.com##article.js-feed-item-component:has-text(Gemini)
github.com##article.js-feed-item-component:has-text(Grok)
github.com##article.js-feed-item-component:has-text(DeepSeek)
Also disable + block everything under: https://github.com/settings/copilot
After a brief scroll through their source repo, I think it’s a set of patches which gets applied by a script while compiling the browser from source.
So it’s unlikely that it will be susceptible,
unless they forget to patch some telemetry out during a release, which is unlikely, since the projects goal is data privacy + security.