by kls0e on 9/20/22, 7:01 PM with 80 comments
by perlgod on 9/20/22, 8:48 PM
Since Android doesn't support browser extensions, I accomplish the same thing using the Bromite browser along with a handful of UserScripts to redirect youtube/twitter/etc to my private instances.
Edit: Yes, I know Firefox for Android supports extensions, but the work required [0] to actually install any extension other than the handful "blessed" by Mozilla borders on hilarity. Firefox for Android seemed pretty good a few years ago, but at some point since then Mozilla has done a full redesign of the GUI and the whole thing now feels janky to me. I tried using it for a couple days and just couldn't bear it. My impression is that Mozilla is letting it languish.
For simplicity, I use the exact same setup for all my family's Android phones (GrapheneOS with a persistent wireguard connection back to the house) and Firefox was just too strange for the non-technical people to use.
In addition, GrapheneOS makes some pretty compelling arguments [1] against FF-based browsers.
Lest anyone accuse me of being a Firefox hater, I do use it on the desktop.
[0] https://www.ghacks.net/2020/10/01/you-can-now-install-any-ad...
by phpdave11 on 9/20/22, 9:04 PM
I have a split-DNS setup where I override the DNS entries for certain sites like reddit, twitter, and youtube so that they point to a local server. The local server returns privacy-friendly versions of those sites (e.g. spikecodes/libreddit).
I use the root certificate to sign SSL certificates for those domains which will be trusted by each client on the network as long as they've installed the custom root certificate.
That way, when I visit a reddit link from a google search, it automatically returns the privacy friendly version of the site, as long as the root certificate is installed.
This is especially nice using when using iDevices, because those don't support native browser extensions.
by weberer on 9/20/22, 8:04 PM
by Liquix on 9/20/22, 10:31 PM
by therealmarv on 9/20/22, 8:06 PM
https://f-droid.org/packages/app.fedilab.nitterizeme/
https://f-droid.org/packages/app.fedilab.nitterizemelite/ (only for sharing links)
by daptaq on 9/20/22, 7:59 PM
by Entinel on 9/20/22, 9:41 PM
by rnhmjoj on 9/20/22, 9:09 PM
# redirect twitter to nitter
{+redirect{s@https?://(mobile.)?twitter.com@https://nitter.eu@}}
twitter.com
mobile.twitter.com
# redirect reddit to teddit
{+redirect{s@https?://(www|old).reddit.com@https://teddit.net@}}
www.reddit.com
old.reddit.com
# etc.
by jaimehrubiks on 9/20/22, 9:27 PM
I use it mainly on Android with kiwi browser so I don't need to download apps
by anthk on 9/20/22, 8:59 PM
Usable even under Lynx/Links/Netsurf/Dillo.
by odysseus on 9/20/22, 9:10 PM
There's a workaround though: Use Jeff Johnson's Stop the Madness Safari extension, and hit the redirects tab - screenshot: https://underpassapp.com/StopTheMadness/support-safari.html#...
(not affiliated with Jeff, just a happy customer of many of his apps)
by melony on 9/20/22, 7:45 PM
by triyambakam on 9/20/22, 9:18 PM
by TakeBlaster16 on 9/20/22, 8:21 PM
by wanderingmind on 9/21/22, 12:27 AM
by betwixthewires on 9/20/22, 9:15 PM
by ztcfegzgf on 9/21/22, 8:57 AM
so please make sure you understand the tradeoff, the risks involved.
by not having to trust youtube/twitter/instagram to not store what you do on their website, you instead have to trust a random browser extension to not store everything you do in your browser on every website.
(also, please do not use the it-is-open-source-you-can-read-the-source-code argument. no normal user is going to read and understand the whole source code, and repeat it for every update. at the end, you have to decide to trust it, or not)
by monopoliessuck on 9/20/22, 8:17 PM
by ghgr on 9/21/22, 6:57 AM
by NackerHughes on 9/20/22, 7:41 PM
by munro on 9/20/22, 11:05 PM
by atestu on 9/20/22, 9:09 PM
by ta988 on 9/21/22, 2:52 AM
by honkler on 9/20/22, 8:30 PM