this post was submitted on 16 Oct 2025
46 points (100.0% liked)
DeGoogle Yourself
14064 readers
140 users here now
A community for those that would like to get away from Google.
Here you may post anything related to DeGoogling, why we should do it or good software alternatives!
Rules
-
Be respectful even in disagreement
-
No advertising unless it is very relevent and justified. Do not do this excessively.
-
No low value posts / memes. We or you need to learn, or discuss something.
Related communities
!privacyguides@lemmy.one !privacy@lemmy.ml !privatelife@lemmy.ml !linuxphones@lemmy.ml !fossdroid@social.fossware.space !fdroid@lemmy.ml
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I also use Kagi. It has the option for AI but doesn't shove it down your throat like other providers.
One feature I especially appreciate from Kagi are URL redirects. I can have it automatically replace parts of the URL from any search result. For example, I have YouTube results redirect to Invidious, and Reddit redirect to redlib, without me having to replace the domain myself
How are you doing this? I can't get it to work. ^https://www.youtube.com/|https://www.invidious.io/ doesnt work for me and I can't find what to put in for redlib
invidious.io isn't actually an instance of invidious. If you replace your rule with "^https://www.youtube.com/|https://inv.nadeko.net/" (or any other instance: https://docs.invidious.io/instances/), then it should work. For Redlib, I replace www.reddit.com with reddit.nerdvpn.de (although reddit often blocks redlib instances from being able to access their content).
An easy way to see if services can be redirected like this is to open a link (such as a video on youtube.com) in your browser and replace it with another domain. If it pulls up the correct content on the new domain, then such a rule can work.
Neat. I'll take a look and see how it works. Thanks