Yeah same. I initially used it for YouTube/Twitter but realized that it’s reinventing the wheel that libredirect already created, and doesnt have the same features like pinging instances or being able to cycle through instances if one goes down.
I still find redirector useful, but now use it for things like redirecting away from guilty pleasure websites or when my locally-hosted teddit doesn’t properly handle internal links.
I had never thought about using Redirector to lock myself out of websites! That’s brilliant. I need to do that. Zero self control when I should be working.
Tabliss is very underrated. Nowadays, I rarely see my desktop background but always see the “new tab” and so “new tab” serves as the modern desktop background. I use great photos of my city but there are many categories in unsplash
Dark Reader. This does a pretty technically-impressive-to-me job of making reasonable dark versions of pages. It’s not perfect – there are a handful of sites that it needs to be toggled off for, makes something hard to read – but I’m amazed that it does the job it does.
Blank Dark Tab: Replace the new tab with a blank page matching Firefox’s built-in dark mode
Stylus: Doesn’t do anything on its own, but permits collections of third-party themes to be applied to websites to fix annoyances.
Greasemonkey. This doesn’t do anything on its own, but it permits people to publish little modifications to be applied to webpages, permits for a lot of little scripts that fix annoyances on websites. There were a number of useful scripts that I used on Reddit.
Misc
Edit with Emacs. Permits opening the contents of a textarea in an external emacs instance. Nice for things like, say, writing a large lemmy post in Markdown. I vaguely recall that, at least some years back, there was a way to embed a version of vim in Firefox textareas, so if vim’s your cup of tea, that might be interesting, if it’s still around.
Instance Assistant for Lemmy and Kbin. A variety of quality-of-life fixes for lemmy and kbin. Lets one open a given lemmy/kbin post on their local instance if they wind up viewing a page on a remote instance.
Reddit Enhancement Suite. If you still use Reddit, this has an enormous collection of quality-of-life improvements for Reddit.
EDIT: I don’t know if this is the embedded vim that I recall, but Firenvim seems to do roughly the same thing, if not.
EDIT2: There’s also some “overlay remover” plugin that can bypass a number of obnoxious overlays that I use on my desktop, but I don’t have it installed on this machine. I think that it’s Behind the Overlay.
Just wanted to mention that Piped has SponsorBlock and DeArrow built in. It’s also better for your privacy since you don’t connect to Google servers directly.
Just wanted to mention that Piped has SponsorBlock and DeArrow built in. It’s also better for your privacy since you don’t connect to Google servers directly.
Since it hasn't been mentioned yet, NoScript imo. Some sites run an absolutely absurd amount of scripts and the majority are not required for the site to function. So at best, there's no value from letting them run.
I could maybe see selectively-blacklisting particularly obnoxious websites
That’s what uBlock Origin already kinda does for you. It’s not just an adblocker, it also blocks tracking JavaScript from various sites as well as a bunch of other crap.
Mmmm…okay, but the parent comment I was responding to does have a point in that there are some benefits to blocking Javascript above and beyond just trying to deal with tracking. Like, if you’re on a laptop, there are sites that will burn a lot of CPU time – and hence battery life – doing nothing useful. Or, on an older machine, it can speed up page loading.
My issue is just that unless you’re going to turn it on yourself on a site-by-site basis, killing off Javascript breaks too much of the Web today. It was a viable option to just have on back when there was a meaningful portion of the world that didn’t have Javascript available and web developers designed pages to deal reasonably with its absence and you were willing to deal with flipping it off on specific sites to deal with the occasional breakage…but today, it’s a huge portion of the Web that doesn’t work without Javascript.
No don’t get me wrong. uBO doesn’t block all JavaScript. It has lists with individual scripts that are known to be used for ads or tracking, and these get blocked. All the other scripts load as usual. This already improves website load times and probably also battery life. Another interesting solution for reducing CPU load may be DNS based blocking. That way, the CPU is not impacted at all, the browser tries to load the script but it just silently fails, because the DNS records for the tracking and advertisement servers won’t be provided.
Add comment