feat: add onion service alternative for Invidious
Introduced a Tor-based alternative URL for Invidious to the services list. This enhances accessibility for users preferring or requiring access via the Tor network, improving privacy and circumventing network restrictions.
This commit is contained in:
parent
48f6055d1d
commit
ac5b16d2f7
1 changed files with 7 additions and 1 deletions
|
@ -51,7 +51,13 @@
|
|||
},
|
||||
{
|
||||
"name": "Go to Invidious",
|
||||
"url": "https://invidious.private.coffee"
|
||||
"url": "https://invidious.private.coffee",
|
||||
"alternatives": [
|
||||
{
|
||||
"name": "Tor",
|
||||
"url": "http://invidious.coffee2m3bjsrrqqycx6ghkxrnejl2q6nl7pjw2j4clchjj6uk5zozad.onion"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"icon": "video",
|
||||
|
|
Loading…
Reference in a new issue