Earlier quoted context omitted.
I only learned about it today. Sadly though it doeant sync with Firefox which on desktop is my primary browser
Well, there's another thing Firefox is doing wrong, it's got a tiny little feature sparse walled garden, when it should be using open standards. Question: I have never bothered syncing anything between browsers on different machines. What benefit would I get out of it if I decided to start? What all do you sync?
Redirector – Browser extension to redirect to privacy respecting front-ends
21–30 of 37 posts
Re: Redirector – Browser extension to redirect to privacy respecting front-ends
#22This is the one extension I was really bummed to lose on Firefox for Android with the update last year where they started limiting installable extensions to a hand-selected group.
I've used this to install one of the otherwise-unsupported *Monkey Userscript extensions
Re: Redirector – Browser extension to redirect to privacy respecting front-ends
#23In the case where I have to use popualr browsers, I use local DNS and a forward proxy to do what this extension does, i.e., replace URLs. Google/Mozilla/Apple/Microsoft/Opera have control over extensions to their browsers, but they have less/no control over a proxy server written by someone else.
DNS: nsd or tinydns
listens on 127.8.8.1
query example.com @127.8.8.1
custom root.zone with wildcards
answer example.com IN A 127.8.8.2
Proxy: haproxy
listens on 127.8.8.2, returns user-provided certificate
replaces URLs, etc.
forwards to 93.184.216.34, verifies server certificate
To generate certificates, I wrote a "mkcert" script years before the one written in Go that is now being promoted by someone working for Google. That company's web browser has the majority share of users. Alas, that browser is unreasonably hostile to user-provided certificates for local addresses.1 Hence this is probably not a setup that is appropriate for everyone or every situation. For recreational web use, I like to manipulate and inspect traffic, this is more lightweight than popular alternatives (mitmproxy, etc.), so it works for me.
1. https://stackoverflow.com/questions/7580508/getting-chrome-t...
Re: Redirector – Browser extension to redirect to privacy respecting front-ends
#24In the case where I have to use popualr browsers, I use local DNS and a forward proxy to do what this extension does, i.e., replace URLs. Google/Mozilla/Apple/Microsoft/Opera have control over extensions to their browsers, but they have less/no control over a proxy server written by someone else.
Re: Redirector – Browser extension to redirect to privacy respecting front-ends
#25In the case where I have to use popualr browsers, I use local DNS and a forward proxy to do what this extension does, i.e., replace URLs. Google/Mozilla/Apple/Microsoft/Opera have control over extensions to their browsers, but they have less/no control over a proxy server written by someone else.
I wonder how to implement this with pi-hole.
If I were to make a "Pi-Hole", I would use nsd, tinydns and haproxy. There would be no need for third party DNS. For anyone that wanted to use third party DNS, optionally I would provide dnscache. It's easy to take public DNS blocklists and "import"^1 them into dnscache.
There are lots of other interesting "alternative Pi-Hole" ideas yet to be tried.
1. dnscache uses the filesystem for nameserver manipulation instead of lists. Each domain is a file in the root/servers folder. Each file contains the address of a (blackhole) nameserver.
Re: Redirector – Browser extension to redirect to privacy respecting front-ends
#26Is there a way to use this on a phone? Particularly to not have AMP links.
There’s an iOS extension for Safari that does this; I think it’s a $5 one-time purchase. The functionality is also available on Insight Browser (a YC company), which offers various other browsing enhancements.
Re: Redirector – Browser extension to redirect to privacy respecting front-ends
#27Earlier quoted context omitted.
Well, there's another thing Firefox is doing wrong, it's got a tiny little feature sparse walled garden, when it should be using open standards. Question: I have never bothered syncing anything between browsers on different machines. What benefit would I get out of it if I decided to start? What all do you sync?
I like to sync bookmarks, tabs, and history, tabs so if I open a page on my browser and leave it open, my phone will tell me what I am working on on the other machine. Same for history and bookmarks. There's really no downside I can think of in this feature.
Re: Redirector – Browser extension to redirect to privacy respecting front-ends
#28In the case where I have to use popualr browsers, I use local DNS and a forward proxy to do what this extension does, i.e., replace URLs. Google/Mozilla/Apple/Microsoft/Opera have control over extensions to their browsers, but they have less/no control over a proxy server written by someone else.
Link please to your setup
Re: Redirector – Browser extension to redirect to privacy respecting front-ends
#29This is the one extension I was really bummed to lose on Firefox for Android with the update last year where they started limiting installable extensions to a hand-selected group.
Needs a workaround, but you should be able to install a limited amount of any extensions using the "Custom Add-on Collection" option: https://web.archive.org/web/20211007060220/https://blog.mozi... I've used this to install one of the otherwise-unsupported *Monkey Userscript extensions
Re: Redirector – Browser extension to redirect to privacy respecting front-ends
#30This is the one extension I was really bummed to lose on Firefox for Android with the update last year where they started limiting installable extensions to a hand-selected group.
Not to pick on you, but why do you just take it? I was bummed to lose it on Firefox mobile as well, which is why I stopped using it and started using Kiwi browser. Kneecapping my tools and then telling me the other guys are worse does not fly with me, and it shouldn't fly with anyone.
> why do you just take it?
Must be my insatiable masochism.