I really enjoy Firefox on Android as I can install a bunch of extensions and I find those extensions game changer, especially on the mobile.
One of my favorites are
- Libredirect - literally one of my favorite ones. Redirects popular sites to privacy focused frontends, like YouTube to Invidious, etc.
- uBlock Origin - I guess everyone knows this one
- Privacy Badger - blocks trackers
- Ghostery - blocks trackers, ads, scripts, etc.
What extensions do you guys use?
Dark Reader: Especially late at night white page background just burns out my retinas, no idea how I ever managed before.
It seems to do weird things to some websites where for me it also leaves text dark/black
for some reason Dark Reader slows down page loading by a lot for me, especially on slow connections
Ah, I gotta thank Chrome for finally making me do the change from it to Firefox when they dropped the flag for switching the web page to dark mode (when dark mode is triggered) in Android mobile… Since that moment I haven’t looked back, and it seems like there is no reason to do so.
Can it auto detect when a website supports dark theme? Otherwise I noticed that it will ruin the colors of sites already in dark theme
Tab Snooze - allows you to close a tab and have it reappear at a chosen time later
Media URL Timestamper - automatically inserts the current timestamp of the YouTube/Twitch video you’re watching and updates it in the history in case you accidentally close/navigate away from the page or go to a different time in the video
Feedbro - RSS reader with filtering capabilities
Redirector - auto-redirect specific URLs (for example, changing a YouTube Shorts url into a regular one, or changing Reddit links to always go to Old Reddit)
Undo Close Tab Button - allows you to restore recently closed tabs including the tab’s history in the back button (max amount = browser.sessionstore.max_tabs_undo)
Violentmonkey - using userscripts that allow you to change things on websites.
- For Instagram - unmuting videos + setting their default volume
- For YouTube - disabling the subtitles/captions + disabling “autoplay next” for playlists + disabling autoplay of channels homepage video
- a way to disable specific keyboard shortcuts (you need to manually add the code as a new script). I use
/^(Key)?(End|I|O)|(Digit|Numpad)\d$/
instead of/^(?:Digit|Numpad)\d$/
(thanks to this post), to also disable the End/I/O keys in addition to the number keys.
- a way to disable specific keyboard shortcuts (you need to manually add the code as a new script). I use
- Note that, at least for Violentmonkey, if the userscript doesn’t have the “://” part of the url in the @match line then you need to add it in the userscript settings after installing the script (for example, if the @match line of the script only has
*.youtube.com/*
then put*://*.youtube.com/*
in the “@match rules” line in the settings)
YouTube Comment Reader - allows you to search through the comments of a video (by clicking on the addon in the Extension menu and then clicking on the “YouTube Comment Reader” at the top or the “X Comments” at the bottom of the tooltip)
Page Shadow - allows you to use dark and light themes on sites that don’t have the option to change it.
And if you’re like me and you find that some YT videos feel too slow but 1.25x is too fast, then you can use Enhancer for YouTube’s “Playback speed” feature to have smaller speed steps. Then you can hold ctrl and use the scrollwheel (while over the video) to change the video’s speed by the amount you chose (I use 0.05 speed variation, mostly changing to 1.05x or 1.10x)
Undo close tab is already a feature in most browsers. Ctrl shift t (or cmd shift t).
Consent-o-matic !
That’s the same as Ublock Origin - Anoyances list, you don’t need a separate addon for that.
Ublock Origin -> Settings -> External Filters -> Annoyances -> Tick all
Consent-o-Matic actually declines the cookies but that just hides the banner
Aside from the standard one’s I see:
Streaming enhanced: Netflix Disney+ Prime Video
Automatically skip Ads, Intros, Credits and add Speed Control, etc. on Netflix, Prime video, Disney+, Crunchyroll and HBO max.
Haven’t seen anyone mention Decentraleyes yet. Serves CDN assets locally to avoid CDNs as a vector for tracking or fingerprinting.