Removed LBRY Desktop

このコミットが含まれているのは:
ManeraKai 2023-05-31 19:43:31 +03:00
コミット f9bfc0cd8d
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 5ABC31FFD562E337
3個のファイルの変更0行の追加28行の削除

バイナリファイルは表示されません。

変更前

幅:  |  高さ:  |  サイズ: 18 KiB

ファイルの表示

@ -118,9 +118,6 @@ function redirect(url, type, initiator, forceRedirection) {
case "hyperpipe": {
return `${randomInstance}${url.pathname}${url.search}`.replace(/\/search\?q=.*/, searchQuery => searchQuery.replace("?q=", "/"))
}
case "lbryDesktop": {
return url.href.replace(/^https?:\/{2}odysee\.com\//, "lbry://").replace(/:(?=[a-zA-Z0-9])/g, "#")
}
case "searx":
case "searxng":
return `${randomInstance}/${url.search}`
@ -669,7 +666,6 @@ const defaultInstances = {
'lingva': ['https://lingva.ml'],
'searxng': ['https://search.bus-hit.me'],
'rimgo': ['https://rimgo.vern.cc'],
'librarian': ['https://lbry.vern.cc'],
'beatbump': ['https://beatbump.ml'],
'hyperpipe': ['https://hyperpipe.surge.sh'],
'facil': [' https://facilmap.org '],

ファイルの表示

@ -371,30 +371,6 @@
"embeddable": true,
"url": "https://pinterest.com"
},
"lbry": {
"frontends": {
"lbryDesktop": {
"name": "LBRY Desktop",
"embeddable": false,
"instanceList": false,
"url": "https://lbry.com/get"
}
},
"targets": [
"^https?:\\/{2}odysee\\.com(\\/|$)",
"^https?:\\/{2}lbry\\.tv(\\/|$)"
],
"name": "LBRY",
"options": {
"enabled": false,
"redirectType": "main_frame",
"unsupportedUrls": "bypass",
"frontend": "lbryDesktop"
},
"imageType": "png",
"embeddable": true,
"url": "https://odysee.com"
},
"search": {
"frontends": {
"searxng": {