mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 22:59:31 +00:00
Default to Piped instead of Invidious
This commit is contained in:
parent
669aa2cd8b
commit
2422a2b8b7
3 changed files with 7 additions and 7 deletions
|
|
@ -54,9 +54,9 @@ genPrefs:
|
|||
"Replace Twitter links with Nitter (blank to disable)"
|
||||
placeholder: "Nitter hostname"
|
||||
|
||||
replaceYouTube(input, "invidious.snopyta.org"):
|
||||
"Replace YouTube links with Invidious (blank to disable)"
|
||||
placeholder: "Invidious hostname"
|
||||
replaceYouTube(input, "piped.kavin.rocks"):
|
||||
"Replace YouTube links with Piped/Invidious (blank to disable)"
|
||||
placeholder: "Piped hostname"
|
||||
|
||||
replaceInstagram(input, ""):
|
||||
"Replace Instagram links with Bibliogram (blank to disable)"
|
||||
|
|
|
|||
Loading…
Reference in a new issue