Redirect to Privacy respecting alternatives #971
Replies: 9 comments 2 replies
-
|
Just wanted to add a link to https://github.com/searxng/searxng/issues/725 |
Beta Was this translation helpful? Give feedback.
-
|
Side note:
|
Beta Was this translation helpful? Give feedback.
-
|
It would be good onion instances of Searx to use onion instances of the alternatives. Please consider also: https://github.com/mendel5/alternative-front-ends Facebook doesn't seem to have an alternative front-end. However it has a version which doesn't need JavaScript: And an official onion instance too: https://mbasic.facebookwkhpilnemxj7asaniu7vnjjbiltxjqhye3mhbshg7kx5tfyd.onion/ |
Beta Was this translation helpful? Give feedback.
-
|
farside seems like a great gateway but then how do you know how much strain it would put on the instance? |
Beta Was this translation helpful? Give feedback.
-
|
Some instances already got links to "other instances", so it's feasible
to make an automatic redirect mechanism that would be activiated when
needed.
Such mechanism needs to be added to each instance seperately.
…On Wed, 16 Mar 2022 21:00:47 -0700 peepopoggers ***@***.***> wrote:
farside seems like a great gateway but then how do you know how much
strain it would put on the instance?
|
Beta Was this translation helpful? Give feedback.
-
That's right, there isn't always a generic solution that fits to the needs. We can discuss the various aspects in our Q&A section:
I will also move this Issue in the Q&A section. |
Beta Was this translation helpful? Give feedback.
-
|
Libredirect is a great browser plugin that redirects users to privacy respecting alternatives, and I've been thinking about writing a searxng plugin similar to hostname_replace that does all of the replacements that libredirect does. But I don't really want to maintain it. My current hostname_replace configuration redirects:
I was hoping that someone would have shared their hostname_replace settings in this thread already, but I guess I'll make a start and hope that others will add to it: hostname_replace:
'(.*\.)?youtube\.com$': 'invidious.kavin.rocks'
'(.*\.)?youtu\.be$': 'invidious.kavin.rocks'
'(.*\.)?youtube-noocookie\.com$': 'invidious.kavin.rocks'
'(.*\.)?reddit\.com$': 'libreddit.kavin.rocks'
'(.*\.)?redd\.it$': 'libreddit.kavin.rocks'
'(www\.)?twitter\.com$': 'nitter.snopyta.org'
'(.*\.)?wikipedia.org$': 'wikiless.org'
'(i\.)?imgur.com$': 'i.bcow.xyz'
'(www\.)?instagram.com$': 'bibliogram.pussthecat.org' # I actually use a private instance hereI'd like to include scribe for medium.com but it only works with certain pages. I'd also like to be able to use an array of hostnames in hostname_replace so that I'm not always using the same instances for everything. |
Beta Was this translation helpful? Give feedback.
-
Above I linked the discussion : #970 .. I updated the list two weeks ago .. feel welcome to add your settings to the discussion / thanks! |
Beta Was this translation helpful? Give feedback.
-
|
A redirector that behaves like Farside would be great
Exposing any form of personal data to additional mid-man reduces privacy. The links should lead directly to the privacy respecting alternatives.
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
In the spirit of ticket #821 and UntrackMe
Realization
https://f-droid.org/en/packages/app.fedilab.nitterizeme/
https://fedilab.app/wiki/nitterizeme/
Beta Was this translation helpful? Give feedback.
All reactions