mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 12:15:50 +03:00
[GH-ISSUE #104] [FEATURE] Option to use privacy-respecting services #77
Labels
No labels
Fixed (Pending PR Merge)
Stale
bug
enhancement
enhancement
good first issue
help wanted
keep-open
needs more info
pull-request
question
theme
unfortunate
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whoogle-search#77
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
@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!