diff options
| author | Ben Busby <contact@benbusby.com> | 2021-12-15 17:09:00 -0700 |
|---|---|---|
| committer | Ben Busby <contact@benbusby.com> | 2021-12-15 17:12:59 -0700 |
| commit | 919dd6f602f756792cd7801dc988d3ab0c547748 (patch) | |
| tree | 8e56465bcaaa3d5859bd4cea0243d417033047d7 /services.json | |
| parent | c675aa7477875d83de2808a2093ef628d5cf2066 (diff) | |
| download | farside-919dd6f602f756792cd7801dc988d3ab0c547748.tar.gz | |
Support teddit, piped, and simplytranslate
- teddit (https://teddit.net/about)
A free and open source alternative Reddit front-end focused on
privacy. Inspired by the Nitter project.
- Piped (https://github.com/TeamPiped/Piped)
An alternative privacy-friendly YouTube frontend which is efficient
by design.
- SimplyTranslate (https://simple-web.org/projects/simplytranslate.html)
We aim to provide fast and private translations to the user without
wasting much overhead for extensive styling or JavaScript
___
Also adds SimplyTranslate to the github pipeline, since they provide a
list of the service's public instances.
Closes #4
Diffstat (limited to 'services.json')
| -rw-r--r-- | services.json | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/services.json b/services.json index fef052e..1eafffd 100644 --- a/services.json +++ b/services.json @@ -35,6 +35,27 @@ ] }, { + "type": "teddit", + "test_url": "/r/popular", + "fallback": "https://teddit.net", + "instances": [ + "https://teddit.ggc-project.de", + "https://teddit.kavin.rocks", + "https://teddit.zaggy.nl", + "https://teddit.namazso.eu", + "https://teddit.nautolan.racing", + "https://teddit.tinfoil-hat.net", + "https://teddit.domain.glass", + "https://snoo.ioens.is", + "https://teddit.httpjames.space", + "https://teddit.alefvanoon.xyz", + "https://incogsnoo.com", + "https://teddit.pussthecat.org", + "https://reddit.lol", + "https://teddit.sethforprivacy.com" + ] + }, + { "type": "bibliogram", "test_url": "/u/officialrickastley", "fallback": "https://bibliogram.art", @@ -70,6 +91,14 @@ ] }, { + "type": "piped", + "test_url": "/watch?v=eBGIQ7ZuuiU", + "fallback": "https://piped.kavin.rocks", + "instances": [ + "https://piped.kavin.rocks" + ] + }, + { "type": "nitter", "test_url": "/twitter", "fallback": "https://nitter.net", @@ -123,6 +152,18 @@ ] }, { + "type": "simplytranslate", + "test_url": "/?engine=google&text=simplicado", + "fallback": "https://simplytranslate.org", + "instances": [ + "https://simplytranslate.org", + "https://st.alefvanoon.xyz", + "https://translate.josias.dev", + "https://translate.namazso.eu", + "https://translate.riverside.rocks" + ] + }, + { "type": "whoogle", "test_url": "/search?cookies_disabled=1&q=<%=query%>", "fallback": "https://whoogle.fossho.st", |
