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?
•uBlock Origin - I guess everyone knows this one •Privacy Badger - blocks trackers •Ghostery - blocks trackers, ads, scripts, etc.
You don’t need all of that at once. Privacy Badger and Ghostery are redundant with uBlock Origin and Total Cookie Protection. Source: https://github.com/arkenfox/user.js/wiki/4.1-Extensions#-dont-bother.
Also, Ghostery is kinda shady in terms of opt-out tracking and showing ads to its own users. I don’t know if they still do it, but my trust is already shattered and I see no reason to keep using Ghostery.
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).
Some of my picks to add to all other comments
- Gesturefy: Mouse gesture addon. It can also run custom javascript. For example I have a script that makes copying text, links, buttons easier.
- Imagus mod: Hover zoom addon with up-to-date sieves that actually work. The sieve team is quite good.
- BetterViewer: Image viewer although some buttons don’t work on firefox.
- Fastforward: circumvents annoying link shorteners
- Distill: Monitor webpage or feed for changes
I also have many ***monkey and stylus scripts.
Sorry to necro, but have you found/made a working Imagus sieve for Lemmy? I’ve been trying without luck for months.
Sorry I don’t have one but I’m guessing it wouldn’t be very simple as there are so many lemmy websites.
It makes, say, Amazon links not a three-page bookwork
Use uBlock Origin’s wiki / rules for this instead. Reduces an add-on and achieves the same/better results!
Ublock origin, Sponsor block, and NoScript
NoScript
I’ve been faithful to firefox almost since it’s been out thanks to this. I can’t imagine being on the internet with everything on a website on by default
A few years back NoScript was often recommended. I used it for a while but I’m not sure I did it right.
First time you go to a new website do you go through the process of allowing some scripts to make it usable?
For me, it’s many of the ones people have already said, plus:
- StreetPass (seriously cool - collects the mastodon profile of any website you visit where someone has set up the special link to their profile)
- Video Speed Controller (gives you fine-grained control over video speed, e.g. watching video at 2.6x speed)
- Privacy redirect (automatically redirects to various services, e.g. from Twitter to Nitter - can select a random instance each time)
Privacy redirect is unmaintained, not updated for 3 years, switch to LibRedirect
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
(And OFC all the other great ones, Dark Reader, Chameleon, NoScript, AdBlocker Ultimate.)
whats the difference between adblocker ultimate and ublock origin?
Chameleon. My user agent changes every 30 seconds. Makes attempts to track me basically useless.
Changing your user agent will not stop you being tracked. Browser fingerprinting can work with heaps of different signals, and is very difficult to block.
It means I’m being tracked for 30 seconds. So basically useless tracking.
Chameleon doesn’t just change the user agent. It changes a bunch of stuff that’s used to break fingerprinting. Of course you have a fingerprint, but it constantly changes so that the data they collect is so short lived that its useless to them and therefore very useful to me.
- Go here: https://fingerprint.com/demo/
- Note your fingerprint ID
- Wait whatever time you want
- Try again
- It’s the same ID
You can try to fool it with a VPN, change country, etc but it doesn’t work. Fingerprinting is very strong these days.