this post was submitted on 11 Apr 2024
59 points (100.0% liked)

Firefox

4053 readers
1 users here now

A community for discussion about Mozilla Firefox.

founded 1 year ago
MODERATORS
 

Yesterday I asked you guys what your favorite addons are. Here is a compiled list plus some of my own recommendations:

Essential:

uBlock Origin (ad + malicious content blocker)

Consent-o-matic (auto-decline cookies + tracking) recommended by @slazer2au@lemmy.world

Privacy:

Multi-Account-Containers (isolate tabs and websites) recommended by @Iceblade02@lemmy.world

Temporary Containers (like Multi-Account-Containers, deletes cache & cookies automatically)

uMatrix (advanced content blocker)

ClearURLs recommended by @padge@lemmy.zip

LocalCDN (use local frameworks) recommended by @Kerb@discuss.tchncs.de

CookieAutoDelete recommended by @ooli@lemmy.world

YouTube:

SponsorBlock recommended by @Kelly@lemmy.world

DeArrow (replace obnoxious thumbnails) recommended by @shrugal@lemm.ee

Customization:

DarkReader recommended by @noroute@lemmy.world

Midnight Lizard (like DarkReader with more customization)

nightTab (customizable startpage)

Sidebery (Tab list in sidebar) recommended by @SomeGuy69@lemmy.world

Misc

Bypass Paywalls Clean recommended by @lorkano@lemmy.world

you are viewing a single comment's thread
view the rest of the comments
[–] solrize@lemmy.world 4 points 6 months ago (2 children)

Then the page is messed up with mojibake because sites now encode their cutesy icons as fonts. Usually I just deal with it but sometimes the icons are needed to use the site.

[–] nebulaone@lemmy.world 3 points 6 months ago* (last edited 6 months ago) (1 children)

I have found this rule template:

[DOMAIN]##*:style(font-family: "[FONT]" , !important; src: local([FONT]) !important;)

Of course you need to install the websites font locally before.

[–] solrize@lemmy.world 2 points 6 months ago

Oh that's interesting. I'll look into how to do that. Thanks.

[–] nebulaone@lemmy.world 1 points 6 months ago

Did not know that, sorry. Maybe someone else will be able to answer your question.