[GH-ISSUE #104] [FEATURE] Option to use privacy-respecting services #77

Closed
opened 2026-02-25 20:34:50 +03:00 by kerem · 1 comment
Owner

Originally created by @hialvaro on GitHub (Jul 11, 2020).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/104

Originally assigned to: @benbusby on GitHub.

Describe the feature you'd like to see added
It would be nice if we could activate an option to transform all "twitter.com" links to "nitter.net", "youtube.com" to "invidio.us", "maps.google.com" to "openstreetmaps.org" and "instagram.com" to "bibliogram.art" (or any instance of preference from users).

Describe which parts of the project this would modify (/app/filter.py)
I think "filter.py" should be modified (I may be wrong as I'm not very familiarized with the project). Maybe a string.replace("service.bad", "service.good") would do as (at least invidious and nitter) share the exact same links with their respective pairs (eg. twitter.com/Snowden/status/... == nitter.net/Snowden/status/... and same for invidio.us)

Additional context
Those services fully respect the privacy from users and allow them to navigate through those privative networks.

Originally created by @hialvaro on GitHub (Jul 11, 2020). Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/104 Originally assigned to: @benbusby on GitHub. **Describe the feature you'd like to see added** It would be nice if we could activate an option to transform all "*twitter.com*" links to "*nitter.net*", "*youtube.com*" to "*invidio.us*", "*maps.google.com*" to "*openstreetmaps.org*" and "*instagram.com*" to "*bibliogram.art*" (or any instance of preference from users). **Describe which parts of the project this would modify (/app/filter.py)** I think "filter.py" should be modified (I may be wrong as I'm not very familiarized with the project). Maybe a string.replace("service.bad", "service.good") would do as (at least invidious and nitter) share the exact same links with their respective pairs (eg. twitter.com/Snowden/status/... == nitter.net/Snowden/status/... and same for invidio.us) **Additional context** Those services fully respect the privacy from users and allow them to navigate through those privative networks.
kerem 2026-02-25 20:34:50 +03:00
Author
Owner

@benbusby commented on GitHub (Jul 13, 2020):

This is a great idea. I'll work to implement this in the next release. Thanks for the suggestion!

<!-- gh-comment-id:657705286 --> @benbusby commented on GitHub (Jul 13, 2020): This is a great idea. I'll work to implement this in the next release. Thanks for the suggestion!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/whoogle-search#77
No description provided.