From 12a636a0eb28a8821f11abf1fde665dfb8af405b Mon Sep 17 00:00:00 2001 From: Hin Weisner Date: Sun, 26 Jun 2022 16:16:19 +0200 Subject: [PATCH 01/29] Added translation using Weblate (Spanish) --- src/_locales/es/messages.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/_locales/es/messages.json diff --git a/src/_locales/es/messages.json b/src/_locales/es/messages.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/src/_locales/es/messages.json @@ -0,0 +1 @@ +{} From 88a122d2d6e094754a1a3d5667e6436ff5fcf768 Mon Sep 17 00:00:00 2001 From: Hin Weisner Date: Sun, 26 Jun 2022 14:16:51 +0000 Subject: [PATCH 02/29] Translated using Weblate (Spanish) Currently translated at 1.8% (1 of 55 strings) Translation: LibRedirect/extension Translate-URL: https://hosted.weblate.org/projects/libredirect/extension/es/ --- src/_locales/es/messages.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/_locales/es/messages.json b/src/_locales/es/messages.json index 0967ef4..ee8146c 100644 --- a/src/_locales/es/messages.json +++ b/src/_locales/es/messages.json @@ -1 +1,6 @@ -{} +{ + "extensionName": { + "message": "LibRedirect", + "description": "name of the extension" + } +} From ac1dd0fec7b2768e4cc3ed2c03170d241c185abb Mon Sep 17 00:00:00 2001 From: Pixelcode Date: Sun, 26 Jun 2022 19:04:43 +0000 Subject: [PATCH 03/29] Translated using Weblate (German) Currently translated at 100.0% (55 of 55 strings) Translation: LibRedirect/extension Translate-URL: https://hosted.weblate.org/projects/libredirect/extension/de/ --- src/_locales/de/messages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_locales/de/messages.json b/src/_locales/de/messages.json index bd9cc42..55bb0dc 100644 --- a/src/_locales/de/messages.json +++ b/src/_locales/de/messages.json @@ -96,7 +96,7 @@ "description": "used in the settings page" }, "autoRedirect": { - "message": "Automatisch Instanzen meiden, die offline sind", + "message": "Automatisch von Offline-Instanzen zu Online-Instanzen wechseln", "description": "used in the settings page" }, "exceptions": { From e9c7dbc4f512cf37f23cc0c5ff44b5031c5fe535 Mon Sep 17 00:00:00 2001 From: Hin Weisner Date: Sun, 26 Jun 2022 14:21:28 +0000 Subject: [PATCH 04/29] Translated using Weblate (Spanish) Currently translated at 100.0% (55 of 55 strings) Translation: LibRedirect/extension Translate-URL: https://hosted.weblate.org/projects/libredirect/extension/es/ --- src/_locales/es/messages.json | 209 ++++++++++++++++++++++++++++++++++ 1 file changed, 209 insertions(+) diff --git a/src/_locales/es/messages.json b/src/_locales/es/messages.json index ee8146c..07ea98c 100644 --- a/src/_locales/es/messages.json +++ b/src/_locales/es/messages.json @@ -2,5 +2,214 @@ "extensionName": { "message": "LibRedirect", "description": "name of the extension" + }, + "switchInstance": { + "message": "Cambiar instancia", + "description": "used in manifest.json as shortcut description" + }, + "settings": { + "message": "Ajustes", + "description": "used in the popup" + }, + "general": { + "message": "General", + "description": "used in the settings page" + }, + "translate": { + "message": "Traductor", + "description": "used in the settings page" + }, + "search": { + "message": "Búsqueda", + "description": "used in the settings page" + }, + "ytmusic": { + "message": "YT Music", + "description": "used in the settings page" + }, + "wikipedia": { + "message": "Wikipedia", + "description": "used in the settings page" + }, + "medium": { + "message": "Medium", + "description": "used in the settings page" + }, + "tor": { + "message": "Tor", + "description": "used in the settings page" + }, + "theme": { + "message": "Tema", + "description": "used in the settings page" + }, + "light": { + "message": "Claro", + "description": "used in the settings page" + }, + "autoRedirect": { + "message": "Redirigir automáticamente las instancias offline a las online", + "description": "used in the settings page" + }, + "exceptions": { + "message": "Excepciones", + "description": "used in the settings page" + }, + "importSettings": { + "message": "Importar Ajustes", + "description": "used in the settings page" + }, + "exportSettings": { + "message": "Exportar Ajustes", + "description": "used in the settings page" + }, + "customPopup": { + "message": "Personalizar Ventana Emergente", + "description": "used in the settings page" + }, + "enable": { + "message": "Activar", + "description": "used in the settings page" + }, + "protocol": { + "message": "Protocolo", + "description": "used in the settings page" + }, + "normal": { + "message": "Normal", + "description": "used in the settings page" + }, + "frontend": { + "message": "Frontend", + "description": "used in the settings page" + }, + "embeddedVids": { + "message": "Frontend para Videos Incrustados", + "description": "used in the settings page" + }, + "onlyEmbedded": { + "message": "solo incrustados", + "description": "used in the settings page" + }, + "copyRaw": { + "message": "Copiar Original" + }, + "copied": { + "message": "Copiado" + }, + "unifySettings": { + "message": "Unificar Ajustes" + }, + "lbry": { + "message": "LBRY" + }, + "i2p": { + "message": "I2P" + }, + "instanceOffline": { + "message": "Esta instancia está offline, serás redirigido/a luego de ", + "description": "used in instance_offline.html" + }, + "testInstancesLatency": { + "message": "Probar Latencia de las Instancias" + }, + "youtube": { + "message": "YouTube", + "description": "used in the settings page" + }, + "extensionDescription": { + "message": "Una extensión web que redirige sitios populares a frontends y backends alternativos que respetan la privacidad", + "description": "description of the extension" + }, + "maps": { + "message": "Mapas", + "description": "used in the settings page" + }, + "sendFiles": { + "message": "Enviar Archivos", + "description": "used in the settings page" + }, + "twitter": { + "message": "Twitter", + "description": "used in the settings page" + }, + "reddit": { + "message": "Reddit", + "description": "used in the settings page" + }, + "instagram": { + "message": "Instagram", + "description": "used in the settings page" + }, + "tiktok": { + "message": "TikTok", + "description": "used in the settings page" + }, + "imgur": { + "message": "Imgur", + "description": "used in the settings page" + }, + "resetSettings": { + "message": "Restablecer Ajustes", + "description": "used in the settings page" + }, + "updateInstances": { + "message": "Actualizar Instancias", + "description": "used in the settings page" + }, + "defaultInstances": { + "message": "Instancias Predeterminadas", + "description": "used in the settings page" + }, + "peertube": { + "message": "PeerTube", + "description": "used in the settings page" + }, + "system": { + "message": "Sistema", + "description": "used in the settings page" + }, + "dark": { + "message": "Oscuro", + "description": "used in the settings page" + }, + "customInstances": { + "message": "Instancias Personalizadas", + "description": "used in the settings page" + }, + "notFullyPrivate": { + "message": "Este no es un frontend completamente privado." + }, + "toggleAll": { + "message": "Alternar todo", + "description": "used in the settings page" + }, + "onlyNotEmbedded": { + "message": "solo los no incrustados", + "description": "used in the settings page" + }, + "instanceIsOff": { + "message": "La instancia está offline", + "description": "used in instance_offline.html" + }, + "searchNote": { + "message": "Nota: Utilice la búsqueda en todo su potencial haciendo de LibRedirect su motor de búsqueda predeterminado.", + "description": "used in the settings page" + }, + "redirectType": { + "message": "Tipo de Redirección", + "description": "used in the settings page" + }, + "both": { + "message": "ambos", + "description": "used in the settings page" + }, + "cancel": { + "message": "Cancelar", + "description": "used in instance_offline.html" + }, + "redirectionCanceled": { + "message": "Redirección cancelada", + "description": "used in instance_offline.js" } } From 3626e8e947673b3b6820ae2395adea111e641636 Mon Sep 17 00:00:00 2001 From: Sangha Lee Date: Mon, 4 Jul 2022 16:09:00 +0200 Subject: [PATCH 05/29] Added translation using Weblate (Korean) --- src/_locales/ko/messages.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/_locales/ko/messages.json diff --git a/src/_locales/ko/messages.json b/src/_locales/ko/messages.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/src/_locales/ko/messages.json @@ -0,0 +1 @@ +{} From 6f07538cbe9ebc0b9f4c3b1863aaccca8b8e56ba Mon Sep 17 00:00:00 2001 From: Sangha Lee Date: Mon, 4 Jul 2022 14:09:12 +0000 Subject: [PATCH 06/29] Translated using Weblate (Korean) Currently translated at 92.7% (51 of 55 strings) Translation: LibRedirect/extension Translate-URL: https://hosted.weblate.org/projects/libredirect/extension/ko/ --- src/_locales/ko/messages.json | 200 +++++++++++++++++++++++++++++++++- 1 file changed, 199 insertions(+), 1 deletion(-) diff --git a/src/_locales/ko/messages.json b/src/_locales/ko/messages.json index 0967ef4..ad48864 100644 --- a/src/_locales/ko/messages.json +++ b/src/_locales/ko/messages.json @@ -1 +1,199 @@ -{} +{ + "extensionName": { + "message": "LibRedirect", + "description": "name of the extension" + }, + "switchInstance": { + "message": "인스턴스 바꾸기", + "description": "used in manifest.json as shortcut description" + }, + "settings": { + "message": "설정", + "description": "used in the popup" + }, + "general": { + "message": "일반", + "description": "used in the settings page" + }, + "search": { + "message": "검색", + "description": "used in the settings page" + }, + "translate": { + "message": "번역", + "description": "used in the settings page" + }, + "ytmusic": { + "message": "YT Music", + "description": "used in the settings page" + }, + "imgur": { + "message": "Imgur", + "description": "used in the settings page" + }, + "wikipedia": { + "message": "Wikipedia", + "description": "used in the settings page" + }, + "peertube": { + "message": "PeerTube", + "description": "used in the settings page" + }, + "medium": { + "message": "Medium", + "description": "used in the settings page" + }, + "tor": { + "message": "Tor", + "description": "used in the settings page" + }, + "theme": { + "message": "테마", + "description": "used in the settings page" + }, + "system": { + "message": "시스템", + "description": "used in the settings page" + }, + "light": { + "message": "밝음", + "description": "used in the settings page" + }, + "updateInstances": { + "message": "인스터스 업데이트", + "description": "used in the settings page" + }, + "importSettings": { + "message": "설정 불러오기", + "description": "used in the settings page" + }, + "exportSettings": { + "message": "설정 내보내기", + "description": "used in the settings page" + }, + "enable": { + "message": "활성화", + "description": "used in the settings page" + }, + "protocol": { + "message": "프로토콜", + "description": "used in the settings page" + }, + "normal": { + "message": "일반", + "description": "used in the settings page" + }, + "defaultInstances": { + "message": "기본 인스턴스", + "description": "used in the settings page" + }, + "customInstances": { + "message": "사용자 인스턴스", + "description": "used in the settings page" + }, + "frontend": { + "message": "프론트엔드", + "description": "used in the settings page" + }, + "youtube": { + "message": "YouTube", + "description": "used in the settings page" + }, + "testInstancesLatency": { + "message": "인스턴스 지연 시간 시험" + }, + "redirectType": { + "message": "리다이렉트 종류", + "description": "used in the settings page" + }, + "onlyEmbedded": { + "message": "임베디드 된 것만", + "description": "used in the settings page" + }, + "onlyNotEmbedded": { + "message": "임베디드 안된 것만", + "description": "used in the settings page" + }, + "instanceOffline": { + "message": "이 인스턴스는 오프라인입니다, 다음 초 후에 리다이렉트됩니다: ", + "description": "used in instance_offline.html" + }, + "notFullyPrivate": { + "message": "완전한 개인 프론트엔드가 아닙니다." + }, + "searchNote": { + "message": "안내: LibRedirect를 기본 검색 엔진으로 만들면 완벽히 사용할 수 있습니다.", + "description": "used in the settings page" + }, + "both": { + "message": "둘 다", + "description": "used in the settings page" + }, + "embeddedVids": { + "message": "임베디드된 동영상 프론트엔드", + "description": "used in the settings page" + }, + "unifySettings": { + "message": "설정 통일하기" + }, + "maps": { + "message": "지도", + "description": "used in the settings page" + }, + "sendFiles": { + "message": "파일 전송", + "description": "used in the settings page" + }, + "instagram": { + "message": "Instagram", + "description": "used in the settings page" + }, + "exceptions": { + "message": "예외", + "description": "used in the settings page" + }, + "resetSettings": { + "message": "설정 초기화", + "description": "used in the settings page" + }, + "customPopup": { + "message": "팝업 사용자 설정", + "description": "used in the settings page" + }, + "dark": { + "message": "어두움", + "description": "used in the settings page" + }, + "autoRedirect": { + "message": "오프라인 인스터스를 온라인으로 자동 리다이렉트", + "description": "used in the settings page" + }, + "toggleAll": { + "message": "전체 전환", + "description": "used in the settings page" + }, + "instanceIsOff": { + "message": "인스턴스 오프라인", + "description": "used in instance_offline.html" + }, + "lbry": { + "message": "LBRY" + }, + "i2p": { + "message": "I2P" + }, + "cancel": { + "message": "취소", + "description": "used in instance_offline.html" + }, + "redirectionCanceled": { + "message": "리다이렉션 취소됨", + "description": "used in instance_offline.js" + }, + "copyRaw": { + "message": "Raw 복사" + }, + "copied": { + "message": "복사됨" + } +} From b1bc637975e1967834860e5ff5417e595ec30fe5 Mon Sep 17 00:00:00 2001 From: EdwardLangdon <101938856+EdwardLangdon@users.noreply.github.com> Date: Wed, 13 Jul 2022 13:52:41 +0000 Subject: [PATCH 07/29] Added Piped Instance - projectsegfau.lt --- src/instances/piped.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/instances/piped.json b/src/instances/piped.json index 49619bd..14b7e66 100644 --- a/src/instances/piped.json +++ b/src/instances/piped.json @@ -11,7 +11,8 @@ "https://yt.jae.fi", "https://piped.mint.lgbt", "https://piped.privacy.com.de", - "https://piped.esmailelbob.xyz" + "https://piped.esmailelbob.xyz", + "https://piped.projectsegfau.lt/" ], "tor": [ "http://piped2bbch4xslbl2ckr6k62q56kon56ffowxaqzy42ai22a4sash3ad.onion" From 9efbaccc14b5af7a74bd6eeac009720d7bfba06b Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 13 Jul 2022 22:32:45 +0000 Subject: [PATCH 08/29] update instances --- src/instances/blacklist.json | 11 +++--- src/instances/data.json | 65 +++++++++++++++++------------------- 2 files changed, 34 insertions(+), 42 deletions(-) diff --git a/src/instances/blacklist.json b/src/instances/blacklist.json index 025f593..c753425 100644 --- a/src/instances/blacklist.json +++ b/src/instances/blacklist.json @@ -16,6 +16,7 @@ "https://nitter.winscloud.net", "https://twtr.bch.bar", "https://twitter.dr460nf1r3.org", + "https://nitter.garudalinux.org", "https://nitter.wef.lol", "https://nitter.catalyst.sx", "https://bib.actionsack.com", @@ -24,7 +25,6 @@ "https://libreddit.flux.industries", "https://lr.oversold.host", "https://libreddit.hu", - "https://lr.stilic.ml", "https://reddi.tk", "https://r.walkx.org", "https://libreddit.yonalee.eu", @@ -37,20 +37,17 @@ "https://teddit.httpjames.space", "https://teddit.encrypted-data.xyz", "https://wiki.604kph.xyz", - "https://wikiless.lunar.icu", - "https://lingva.lunar.icu", - "https://searx.josie.lol", "https://searx.org", "https://searx.run", - "https://searx.albony.xyz", "https://searx.kujonello.cf", "https://search.albony.xyz", "https://search.garudalinux.org", "https://search.dr460nf1r3.org", "https://search.wef.lol", - "https://i.actionsack.com" + "https://i.actionsack.com", + "https://rimgo.encrypted-data.xyz" ], "authenticate": [ "https://nitter.nixnet.services" ] -} +} \ No newline at end of file diff --git a/src/instances/data.json b/src/instances/data.json index 1c94230..0b8e121 100644 --- a/src/instances/data.json +++ b/src/instances/data.json @@ -4,9 +4,7 @@ "https://yewtu.be", "https://vid.puffyan.us", "https://invidious.snopyta.org", - "https://invidious.kavin.rocks", "https://inv.riverside.rocks", - "https://invidious.osi.kr", "https://y.com.sb", "https://yt.artemislena.eu", "https://invidious.flokinet.to", @@ -18,14 +16,17 @@ "https://invidious.nerdvpn.de", "https://invidious.slipfox.xyz", "https://youtube.076.ne.jp", - "https://invidious.esmailelbob.xyz", "https://invidious.weblibre.org", - "https://invidious.namazso.eu" + "https://invidious.esmailelbob.xyz", + "https://invidious.namazso.eu", + "https://invidious.kavin.rocks", + "https://invidious.osi.kr" ], "tor": [ "http://c7hqkpkpemu6e7emz5b4vyz7idjgdvgaaa3dyimmeojqbgpea3xqjoid.onion", "http://w6ijuptxiku4xpnnaetxvnkc5vqcdu7mgns2u77qefoixi63vbvnpnqd.onion", "http://kbjggqkzv65ivcqj6bumvp337z6264huv5kpkwuv6gu5yjiskvan7fad.onion", + "http://grwp24hodrefzvjjuccrkw3mjq4tzhaaq32amf33dzpmuxe7ilepcmad.onion", "http://osbivz6guyeahrwp2lnwyjk2xos342h4ocsxyqrlaopqjuhwn2djiiyd.onion", "http://u2cvlit75owumwpy4dj2hsmvkq7nvrclkpht7xgyye2pyoxhpmclkrad.onion", "http://euxxcnhsynwmfidvhjf6uzptsmh4dipkmgdmcmxxuo7tunp3ad2jrwyd.onion/", @@ -46,7 +47,8 @@ "https://yt.jae.fi", "https://piped.mint.lgbt", "https://piped.privacy.com.de", - "https://piped.esmailelbob.xyz" + "https://piped.esmailelbob.xyz", + "https://piped.projectsegfau.lt/" ], "tor": [ "http://piped2bbch4xslbl2ckr6k62q56kon56ffowxaqzy42ai22a4sash3ad.onion" @@ -128,6 +130,7 @@ "https://nitter.bird.froth.zone", "https://nitter.dcs0.hu", "https://twitter.dr460nf1r3.org", + "https://nitter.garudalinux.org", "https://twitter.beparanoid.de", "https://n.ramle.be", "https://nitter.cz", @@ -143,7 +146,8 @@ "https://nitter.wef.lol", "https://nitter.tokhmi.xyz", "https://nitter.catalyst.sx", - "https://unofficialbird.com" + "https://unofficialbird.com", + "https://nitter.projectsegfau.lt" ], "tor": [ "http://3nzoldnxplag42gqjs23xvghtzf6t6yzssrtytnntc6ppc7xxuoneoad.onion", @@ -181,9 +185,10 @@ "https://bibliogram.froth.zone", "https://insta.trom.tf", "https://insta.tromdienste.de", - "https://biblio.alefvanoon.xyz", + "https://ig.tokhmi.xyz", "https://ig.beparanoid.de", "https://bibliogram.privacydev.net", + "https://bibliogram.priv.pw", "https://bib.actionsack.com" ], "tor": [] @@ -344,7 +349,8 @@ "https://quetre.pussthecat.org", "https://wuetre.herokuapp.com", "https://quetreus.herokuapp.com", - "https://quetre.tokhmi.xyz" + "https://quetre.tokhmi.xyz", + "https://quetre.projectsegfau.lt" ], "tor": [] }, @@ -402,13 +408,11 @@ "searx": { "tor": [ "http://3afisqjw2rxm6z7mmstyt5rx75qfqrgxnkzftknbp2vhipr2nrmrjdyd.onion", - "http://w5rl6wsd7mzj4bdkbuqvzidet5osdsm5jhg2f7nvfidakfq5exda5wid.onion", "http://yra4tke2pwcnatxjkufpw6kvebu3h3ti2jca2lcdpgx3mpwol326lzid.onion", "http://z5vawdol25vrmorm4yydmohsd4u6rdoj2sylvoi3e3nqvxkvpqul7bqd.onion", "http://zbuc3bbzbfdqqo2x46repx2ddajbha6fpsjeeptjhhhhzji3zopxdqyd.onion", "http://f4qfqajszpx5b7itzxt6mb7kj4ktpgbdq7lq6xaiqyqx6a7de3epptad.onion", - "http://rq2w52kyrif3xpfihkgjnhqm3a5aqhoikpv72z3drpjglfzc2wr5z4yd.onion", - "http://searx.bsbvtqi5oq2cqzn32zt4cr2f2z2rwots3dq7gmdcnlyqoxko2wx6reqd.onion" + "http://rq2w52kyrif3xpfihkgjnhqm3a5aqhoikpv72z3drpjglfzc2wr5z4yd.onion" ], "i2p": [ "http://ransack.i2p", @@ -418,9 +422,7 @@ "https://anon.sx", "https://dynabyte.ca", "https://jsearch.pw", - "https://nibblehole.com", "https://search.ethibox.fr", - "https://search.jpope.org", "https://search.snopyta.org", "https://search.stinpriza.org", "https://search.trom.tf", @@ -429,7 +431,6 @@ "https://searx.dresden.network", "https://searx.fossencdi.org", "https://searx.gnu.style", - "https://searx.josie.lol", "https://searx.mastodontech.de", "https://searx.mxchange.org", "https://searx.nakhan.net", @@ -437,7 +438,6 @@ "https://searx.nixnet.services", "https://searx.openhoofd.nl", "https://searx.org", - "https://searx.ppeb.me", "https://searx.pwoss.org", "https://searx.rasp.fr", "https://searx.ru", @@ -457,12 +457,12 @@ "https://suche.uferwerk.org", "https://sx.catgirl.cloud", "https://timdor.noip.me/searx", - "https://www.gruble.de", "https://searx.roflcopter.fr" ] }, "searxng": { "tor": [ + "http://w5rl6wsd7mzj4bdkbuqvzidet5osdsm5jhg2f7nvfidakfq5exda5wid.onion", "http://4n53nafyi77iplnbrpmxnp3x4exbswwxigujaxy3b37fvr7bvlopxeyd.onion", "http://search3q76rqpektbrchlf2rjq4fnbxzeov6rljdywg3nwbunpgd7bid.onion", "http://searchoorwalty5a2ailrboa2asqyts2u7bdoqwnjefpgjobpvtzn4qd.onion", @@ -478,16 +478,21 @@ "https://darmarit.org/searx", "https://de.xcxc.ml", "https://etsi.me", + "https://icanfindit.online", "https://northboot.xyz", "https://notgoogle.win", "https://opnxng.com", "https://paulgo.io", + "https://private-searx.ml", + "https://privatus.live", "https://s.frlt.one", "https://s.zhaocloud.net", "https://search.ashs.club", "https://search.bingowaves.xyz", "https://search.bus-hit.me", + "https://search.chemicals-in-the-water.eu", "https://search.disroot.org", + "https://search.gcomm.ch", "https://search.kiwitalk.de", "https://search.mdosch.de", "https://search.neet.works", @@ -499,7 +504,6 @@ "https://search.unlocked.link", "https://search.vojkovic.xyz", "https://search.zzls.xyz", - "https://searx.albony.xyz", "https://searx.be", "https://searx.becomesovran.com", "https://searx.chocoflan.net", @@ -532,6 +536,7 @@ "https://serx.ml", "https://srx.cosmohub.io", "https://swag.pw", + "https://www.gruble.de", "https://www.webrats.xyz", "https://xcxc.ml" ] @@ -565,21 +570,24 @@ "https://i.actionsack.com", "https://rimgo.privacydev.net", "https://imgur.artemislena.eu", - "https://rimgo.vern.cc" + "https://rimgo.vern.cc", + "https://rimgo.encrypted-data.xyz", + "https://rimgo.mha.fi" ], "tor": [ "http://rimgo.lqs5fjmajyp7rvp4qvyubwofzi6d4imua7vs237rkc4m5qogitqwrgyd.onion", - "http://rimgo.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion" + "http://rimgo.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion", + "http://rimgo.micohauwkjbyw5meacrb4ipicwvwg4xtzl7y7viv53kig2mdcsvwkyyd.onion" ], "i2p": [] }, "peertube": [ + "https://peertube.ctrl-c.liu.se", + "https://peertube.live", "https://video.slipfox.xyz", "https://pt.vern.cc", - "https://3.600900.su", "https://vnop.org", "https://videos.cassidypunchmachine.com", - "https://video.mullet.social", "https://tv1.gomntu.space", "https://dalek.zone", "https://seka.pona.la", @@ -638,10 +646,8 @@ "https://tube.nestor.coop", "https://live.oldskool.fi", "https://dytube.com", - "https://video.toby3d.me", "https://tube.thierrytalbert.fr", "https://peertube.informaction.info", - "https://peertube.thele.me", "https://tube.ac-amiens.fr", "https://tube.alado.space", "https://tube.network.europa.eu", @@ -653,7 +659,6 @@ "https://cliptube.org", "https://tube.tr4sk.me", "https://videos.campdarling.com", - "https://peertube.live", "https://video.mikka.md", "https://www.aktion-nordost.tv", "https://tube.rooty.fr", @@ -752,7 +757,6 @@ "https://peertube.hacknews.pmdcollab.org", "https://freetubes.nohost.me", "https://video.simplex-software.ru", - "https://wwtube.net", "https://video.snug.moe", "https://video.avant-le-strike.buzz", "https://videos.ritimo.org", @@ -760,7 +764,6 @@ "https://video.cerclearistote.com", "https://computerstuff.mooo.com", "https://video.greenmycity.eu", - "https://peertubemirror.satoshishop.de", "https://przej.me", "https://pt.mezzo.moe", "https://tube.dsocialize.net", @@ -859,7 +862,6 @@ "https://tube.1o1.io", "https://peertube.aventer.biz", "https://videos.rights.ninja", - "https://pertur.be", "https://tube.pilgerweg-21.de", "https://freediverse.com", "https://pocketnetpeertube2.nohost.me", @@ -900,7 +902,6 @@ "https://dud-video.inf.tu-dresden.de", "https://media-test.interior.edu.uy", "https://media.interior.edu.uy", - "https://bitcast.online", "https://peertube.la-scic.fr", "https://phoenixproject.group", "https://peertube.sebu77.com", @@ -1118,7 +1119,6 @@ "https://video.shitposter.club", "https://tv.mattchristiansenmedia.com", "https://tube.hackerscop.org", - "https://videos.capas.se", "https://peertube.kx.studio", "https://videos.3d-wolf.com", "https://tube.octaplex.net", @@ -1218,7 +1218,6 @@ "https://evangelisch.video", "https://tube.anufrij.de", "https://videos.mastodont.cat", - "https://flim.txmn.tk", "https://video.taboulisme.com", "https://media.undeadnetwork.de", "https://tube.dragonpsi.xyz", @@ -1354,7 +1353,6 @@ "https://tube.others.social", "https://videos.ubuntu-paris.org", "https://tube-poitiers.beta.education.fr", - "https://streamsource.video", "https://vid.wildeboer.net", "https://battlepenguin.video", "https://peertube.cloud.sans.pub", @@ -1380,7 +1378,6 @@ "https://peertube.devloprog.org", "https://peertube.designersethiques.org", "https://testtube.florimond.eu", - "https://tube.gnous.eu", "https://tube-lille.beta.education.fr", "https://peertube.monlycee.net", "https://tube.plomlompom.com", @@ -1510,7 +1507,6 @@ "https://video.lemediatv.fr", "https://peertube.artica.center", "https://indymotion.fr", - "https://video.farci.org", "https://tube.fede.re", "https://peertube.mygaia.org", "https://peertube.livingutopia.org", @@ -1550,7 +1546,6 @@ "https://www.yiny.org", "https://video.typica.us", "https://videos.lescommuns.org", - "https://dialup.express", "https://peertube.1312.media", "https://skeptikon.fr", "https://video.blueline.mg", @@ -1578,4 +1573,4 @@ "https://peertube2.cpy.re", "https://peertube.cpy.re" ] -} +} \ No newline at end of file From 6b03956e33ee5191f646a99b3846c848d4bcc10e Mon Sep 17 00:00:00 2001 From: EdwardLangdon <101938856+EdwardLangdon@users.noreply.github.com> Date: Sat, 16 Jul 2022 01:32:52 +0000 Subject: [PATCH 09/29] Add Piped Instance & fix trailing slash --- src/instances/piped.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/instances/piped.json b/src/instances/piped.json index 49619bd..ce0a4eb 100644 --- a/src/instances/piped.json +++ b/src/instances/piped.json @@ -7,7 +7,8 @@ "https://piped.syncpundit.com", "https://piped.mha.fi", "https://piped.shimul.me", - "https://pipedus.palash.dev/", + "https://pipedus.palash.dev", + "https://piped.waffle.wiki", "https://yt.jae.fi", "https://piped.mint.lgbt", "https://piped.privacy.com.de", From bd761e7bdd4dae9538e691410d94a38ba70f8d55 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sat, 16 Jul 2022 22:32:42 +0000 Subject: [PATCH 10/29] update instances --- src/instances/blacklist.json | 2 +- src/instances/data.json | 26 +++++++++++--------------- 2 files changed, 12 insertions(+), 16 deletions(-) diff --git a/src/instances/blacklist.json b/src/instances/blacklist.json index c753425..710ebc1 100644 --- a/src/instances/blacklist.json +++ b/src/instances/blacklist.json @@ -18,13 +18,13 @@ "https://twitter.dr460nf1r3.org", "https://nitter.garudalinux.org", "https://nitter.wef.lol", - "https://nitter.catalyst.sx", "https://bib.actionsack.com", "https://libreddit.domain.glass", "https://r.nf", "https://libreddit.flux.industries", "https://lr.oversold.host", "https://libreddit.hu", + "https://lr.stilic.ml", "https://reddi.tk", "https://r.walkx.org", "https://libreddit.yonalee.eu", diff --git a/src/instances/data.json b/src/instances/data.json index 0b8e121..bf2f019 100644 --- a/src/instances/data.json +++ b/src/instances/data.json @@ -5,6 +5,7 @@ "https://vid.puffyan.us", "https://invidious.snopyta.org", "https://inv.riverside.rocks", + "https://invidious.osi.kr", "https://y.com.sb", "https://yt.artemislena.eu", "https://invidious.flokinet.to", @@ -19,8 +20,7 @@ "https://invidious.weblibre.org", "https://invidious.esmailelbob.xyz", "https://invidious.namazso.eu", - "https://invidious.kavin.rocks", - "https://invidious.osi.kr" + "https://invidious.kavin.rocks" ], "tor": [ "http://c7hqkpkpemu6e7emz5b4vyz7idjgdvgaaa3dyimmeojqbgpea3xqjoid.onion", @@ -147,7 +147,9 @@ "https://nitter.tokhmi.xyz", "https://nitter.catalyst.sx", "https://unofficialbird.com", - "https://nitter.projectsegfau.lt" + "https://nitter.projectsegfau.lt", + "https://singapore.unofficialbird.com", + "https://twt.funami.tech" ], "tor": [ "http://3nzoldnxplag42gqjs23xvghtzf6t6yzssrtytnntc6ppc7xxuoneoad.onion", @@ -411,8 +413,7 @@ "http://yra4tke2pwcnatxjkufpw6kvebu3h3ti2jca2lcdpgx3mpwol326lzid.onion", "http://z5vawdol25vrmorm4yydmohsd4u6rdoj2sylvoi3e3nqvxkvpqul7bqd.onion", "http://zbuc3bbzbfdqqo2x46repx2ddajbha6fpsjeeptjhhhhzji3zopxdqyd.onion", - "http://f4qfqajszpx5b7itzxt6mb7kj4ktpgbdq7lq6xaiqyqx6a7de3epptad.onion", - "http://rq2w52kyrif3xpfihkgjnhqm3a5aqhoikpv72z3drpjglfzc2wr5z4yd.onion" + "http://f4qfqajszpx5b7itzxt6mb7kj4ktpgbdq7lq6xaiqyqx6a7de3epptad.onion" ], "i2p": [ "http://ransack.i2p", @@ -422,6 +423,7 @@ "https://anon.sx", "https://dynabyte.ca", "https://jsearch.pw", + "https://notgoogle.win", "https://search.ethibox.fr", "https://search.snopyta.org", "https://search.stinpriza.org", @@ -436,7 +438,6 @@ "https://searx.nakhan.net", "https://searx.netzspielplatz.de", "https://searx.nixnet.services", - "https://searx.openhoofd.nl", "https://searx.org", "https://searx.pwoss.org", "https://searx.rasp.fr", @@ -451,6 +452,7 @@ "https://searx.webheberg.info", "https://searx.xyz", "https://searx.zapashcanon.fr", + "https://searxng.ir", "https://spot.ecloud.global", "https://suche.dasnetzundich.de", "https://suche.tromdienste.de", @@ -470,6 +472,7 @@ "http://searxdr3pqz4nydgnqocsia2xbywptxbkympa2emn7zlgggrir4bkfad.onion", "http://searx.micohauwkjbyw5meacrb4ipicwvwg4xtzl7y7viv53kig2mdcsvwkyyd.onion", "http://searx.privpw3tndpkw6pnp3g727zfgfdzbu3k6a7chv226s3xymv2p4eiuqyd.onion", + "http://rq2w52kyrif3xpfihkgjnhqm3a5aqhoikpv72z3drpjglfzc2wr5z4yd.onion", "http://searx3aolosaf3urwnhpynlhuokqsgz47si4pzz5hvb7uuzyjncl2tid.onion", "http://4tz2vlnwk2apf2rpinkqv6uxvfgo5xjx6vl5vp7lxgaiooumetjpstqd.onion" ], @@ -480,7 +483,6 @@ "https://etsi.me", "https://icanfindit.online", "https://northboot.xyz", - "https://notgoogle.win", "https://opnxng.com", "https://paulgo.io", "https://private-searx.ml", @@ -498,6 +500,7 @@ "https://search.neet.works", "https://search.ononoki.org", "https://search.privacyguides.net", + "https://search.projectsegfau.lt", "https://search.rabbit-company.com", "https://search.sapti.me", "https://search.teamriverbubbles.com", @@ -530,7 +533,6 @@ "https://searx.youshitsune.me", "https://searx.zcyph.cc", "https://searxng.au/searx", - "https://searxng.ir", "https://searxng.tordenskjold.de", "https://searxng.zackptg5.com", "https://serx.ml", @@ -582,6 +584,7 @@ "i2p": [] }, "peertube": [ + "https://video.fox-romka.ru", "https://peertube.ctrl-c.liu.se", "https://peertube.live", "https://video.slipfox.xyz", @@ -696,7 +699,6 @@ "https://videos.redeyes.site", "https://video.hostpath.de", "https://free-streams.com", - "https://video.chadwaltercummings.me", "https://tube.pawelko.net", "https://video.livecchi.cloud", "https://anarchy.video", @@ -783,7 +785,6 @@ "https://creemoseducacioninclusiva.uma.es", "https://videos.yeswiki.net", "https://tube.lrk.sh", - "https://peertube.teneriffe.nohost.me", "https://peertube.autogestioncitoyenne.org", "https://stream.dynacloud.ynh.fr", "https://video.r3s.nrw", @@ -796,7 +797,6 @@ "https://vid.lelux.fi", "https://v.wolfskaempf.de", "https://peertube.chevro.fr", - "https://peertube.minecloud.ro", "https://media.econoalchemist.com", "https://video.qoto.org", "https://peertube.maxweiss.io", @@ -1022,7 +1022,6 @@ "https://video.ustim.ru", "https://merci-la-police.fr", "https://pocketnetpeertube7.nohost.me", - "https://tube.noise.rocks", "https://video.rhizome.org", "https://dnk.video", "https://video.medienzentrum-harburg.de", @@ -1294,7 +1293,6 @@ "https://www4.mir.inter21.net", "https://video.csc49.fr", "https://tube.wolfe.casa", - "https://tube.linkse.media", "https://video.dresden.network", "https://peertube.zapashcanon.fr", "https://40two.tube", @@ -1333,7 +1331,6 @@ "https://xxx.noho.st", "https://peertube.stefofficiel.me", "https://canard.tube", - "https://videos.jordanwarne.xyz", "https://tube.jeena.net", "https://tube.cloud-libre.eu", "https://videos.coletivos.org", @@ -1513,7 +1510,6 @@ "https://tube.anjara.eu", "https://video.latavernedejohnjohn.fr", "https://peertube.pcservice46.fr", - "https://alttube.fr", "https://video.coop.tools", "https://video.cabane-libre.org", "https://peertube.openstreetmap.fr", From 637dc462d95112cdfb949e55a892841b53a89528 Mon Sep 17 00:00:00 2001 From: EdwardLangdon <101938856+EdwardLangdon@users.noreply.github.com> Date: Sun, 17 Jul 2022 03:23:04 +0000 Subject: [PATCH 11/29] Add Instance - Whatever.social --- src/instances/piped.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/instances/piped.json b/src/instances/piped.json index ce0a4eb..08b7d2f 100644 --- a/src/instances/piped.json +++ b/src/instances/piped.json @@ -9,6 +9,7 @@ "https://piped.shimul.me", "https://pipedus.palash.dev", "https://piped.waffle.wiki", + "https://watch.whatever.social", "https://yt.jae.fi", "https://piped.mint.lgbt", "https://piped.privacy.com.de", From 4876412c431a4aa8705cbdc7da47073c5f5114fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xos=C3=A9=20M?= Date: Tue, 12 Jul 2022 15:34:56 +0000 Subject: [PATCH 12/29] Translated using Weblate (Galician) Currently translated at 100.0% (55 of 55 strings) Translation: LibRedirect/extension Translate-URL: https://hosted.weblate.org/projects/libredirect/extension/gl/ --- src/_locales/gl/messages.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/_locales/gl/messages.json b/src/_locales/gl/messages.json index 3468e33..173af4b 100644 --- a/src/_locales/gl/messages.json +++ b/src/_locales/gl/messages.json @@ -208,5 +208,8 @@ }, "i2p": { "message": "I2P" + }, + "unifySettings": { + "message": "Unificar Axustes" } } From 9059cef16974612f21ccef147ce92c60bc86da72 Mon Sep 17 00:00:00 2001 From: ivvfgkvvuvbxeooq pjgbdpqjufigqykp Date: Wed, 13 Jul 2022 16:44:35 +0000 Subject: [PATCH 13/29] Translated using Weblate (Polish) Currently translated at 100.0% (56 of 56 strings) Translation: LibRedirect/extension Translate-URL: https://hosted.weblate.org/projects/libredirect/extension/pl/ --- src/_locales/pl/messages.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/_locales/pl/messages.json b/src/_locales/pl/messages.json index 136f0de..8ee06cc 100644 --- a/src/_locales/pl/messages.json +++ b/src/_locales/pl/messages.json @@ -211,5 +211,8 @@ "customPopup": { "message": "Dostosuj Wyskakujące Okienko", "description": "used in the settings page" + }, + "loki": { + "message": "Lokinet" } } From c3f4003922a2421861d609d61cd4f8591da3d016 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?O=C4=9Fuz=20Ersen?= Date: Thu, 14 Jul 2022 05:21:29 +0000 Subject: [PATCH 14/29] Translated using Weblate (Turkish) Currently translated at 100.0% (56 of 56 strings) Translation: LibRedirect/extension Translate-URL: https://hosted.weblate.org/projects/libredirect/extension/tr/ --- src/_locales/tr/messages.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/_locales/tr/messages.json b/src/_locales/tr/messages.json index 3148662..82bf877 100644 --- a/src/_locales/tr/messages.json +++ b/src/_locales/tr/messages.json @@ -211,5 +211,8 @@ "normal": { "message": "Normal", "description": "used in the settings page" + }, + "loki": { + "message": "Lokinet" } } From 7d698546fd411c52c1cabfef955aa29629816cf4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xos=C3=A9=20M?= Date: Sat, 16 Jul 2022 10:00:09 +0000 Subject: [PATCH 15/29] Translated using Weblate (Galician) Currently translated at 100.0% (56 of 56 strings) Translation: LibRedirect/extension Translate-URL: https://hosted.weblate.org/projects/libredirect/extension/gl/ --- src/_locales/gl/messages.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/_locales/gl/messages.json b/src/_locales/gl/messages.json index 173af4b..fba0225 100644 --- a/src/_locales/gl/messages.json +++ b/src/_locales/gl/messages.json @@ -211,5 +211,8 @@ }, "unifySettings": { "message": "Unificar Axustes" + }, + "loki": { + "message": "Lokinet" } } From f5abf63c3bed39e437b750a3775d0c33922f739e Mon Sep 17 00:00:00 2001 From: Nikita Epifanov Date: Mon, 18 Jul 2022 14:12:52 +0200 Subject: [PATCH 16/29] Added translation using Weblate (Russian) --- src/_locales/ru/messages.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/_locales/ru/messages.json diff --git a/src/_locales/ru/messages.json b/src/_locales/ru/messages.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/src/_locales/ru/messages.json @@ -0,0 +1 @@ +{} From a02cd3cceedd7eed62062aa0932cbf57ac2adb25 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 19 Jul 2022 22:33:10 +0000 Subject: [PATCH 17/29] update instances --- src/instances/blacklist.json | 6 ++++-- src/instances/data.json | 34 +++++++++++++++------------------- 2 files changed, 19 insertions(+), 21 deletions(-) diff --git a/src/instances/blacklist.json b/src/instances/blacklist.json index 710ebc1..726e4fe 100644 --- a/src/instances/blacklist.json +++ b/src/instances/blacklist.json @@ -7,7 +7,9 @@ "https://piped.syncpundit.com", "https://piped.mha.fi", "https://piped.shimul.me", - "https://pipedus.palash.dev/", + "https://pipedus.palash.dev", + "https://piped.waffle.wiki", + "https://watch.whatever.social", "https://nitter.domain.glass", "https://birdsite.xanny.family", "https://nitter.moomoo.me", @@ -18,6 +20,7 @@ "https://twitter.dr460nf1r3.org", "https://nitter.garudalinux.org", "https://nitter.wef.lol", + "https://nitter.fprivacy.com", "https://bib.actionsack.com", "https://libreddit.domain.glass", "https://r.nf", @@ -39,7 +42,6 @@ "https://wiki.604kph.xyz", "https://searx.org", "https://searx.run", - "https://searx.kujonello.cf", "https://search.albony.xyz", "https://search.garudalinux.org", "https://search.dr460nf1r3.org", diff --git a/src/instances/data.json b/src/instances/data.json index bf2f019..2774529 100644 --- a/src/instances/data.json +++ b/src/instances/data.json @@ -4,6 +4,7 @@ "https://yewtu.be", "https://vid.puffyan.us", "https://invidious.snopyta.org", + "https://invidious.kavin.rocks", "https://inv.riverside.rocks", "https://invidious.osi.kr", "https://y.com.sb", @@ -17,10 +18,9 @@ "https://invidious.nerdvpn.de", "https://invidious.slipfox.xyz", "https://youtube.076.ne.jp", - "https://invidious.weblibre.org", "https://invidious.esmailelbob.xyz", - "https://invidious.namazso.eu", - "https://invidious.kavin.rocks" + "https://invidious.weblibre.org", + "https://invidious.namazso.eu" ], "tor": [ "http://c7hqkpkpemu6e7emz5b4vyz7idjgdvgaaa3dyimmeojqbgpea3xqjoid.onion", @@ -43,7 +43,9 @@ "https://piped.syncpundit.com", "https://piped.mha.fi", "https://piped.shimul.me", - "https://pipedus.palash.dev/", + "https://pipedus.palash.dev", + "https://piped.waffle.wiki", + "https://watch.whatever.social", "https://yt.jae.fi", "https://piped.mint.lgbt", "https://piped.privacy.com.de", @@ -141,7 +143,6 @@ "https://nitter.oishi-ra.men", "https://nitter.foss.wtf", "https://nitter.priv.pw", - "https://t.com.sb", "https://nt.vern.cc", "https://nitter.wef.lol", "https://nitter.tokhmi.xyz", @@ -149,7 +150,8 @@ "https://unofficialbird.com", "https://nitter.projectsegfau.lt", "https://singapore.unofficialbird.com", - "https://twt.funami.tech" + "https://twt.funami.tech", + "https://nitter.fprivacy.com" ], "tor": [ "http://3nzoldnxplag42gqjs23xvghtzf6t6yzssrtytnntc6ppc7xxuoneoad.onion", @@ -191,6 +193,7 @@ "https://ig.beparanoid.de", "https://bibliogram.privacydev.net", "https://bibliogram.priv.pw", + "https://ig.funami.tech", "https://bib.actionsack.com" ], "tor": [] @@ -423,7 +426,6 @@ "https://anon.sx", "https://dynabyte.ca", "https://jsearch.pw", - "https://notgoogle.win", "https://search.ethibox.fr", "https://search.snopyta.org", "https://search.stinpriza.org", @@ -449,10 +451,10 @@ "https://searx.tuxcloud.net", "https://searx.tyil.nl", "https://searx.vanwa.tech", + "https://searx.vimproved.me", "https://searx.webheberg.info", "https://searx.xyz", "https://searx.zapashcanon.fr", - "https://searxng.ir", "https://spot.ecloud.global", "https://suche.dasnetzundich.de", "https://suche.tromdienste.de", @@ -466,6 +468,7 @@ "tor": [ "http://w5rl6wsd7mzj4bdkbuqvzidet5osdsm5jhg2f7nvfidakfq5exda5wid.onion", "http://4n53nafyi77iplnbrpmxnp3x4exbswwxigujaxy3b37fvr7bvlopxeyd.onion", + "http://x5gdjh6t7kb4yubpufhtc3l3df2acev3emxdasd5vyuyoon5rzf5zkyd.onion", "http://search3q76rqpektbrchlf2rjq4fnbxzeov6rljdywg3nwbunpgd7bid.onion", "http://searchoorwalty5a2ailrboa2asqyts2u7bdoqwnjefpgjobpvtzn4qd.onion", "http://gbat2pbpg7ys3fi3pbp64667tt5x66mg45xok35bxdw7v55brm7a27yd.onion", @@ -482,9 +485,11 @@ "https://de.xcxc.ml", "https://etsi.me", "https://icanfindit.online", + "https://jackgoss.xyz", "https://northboot.xyz", "https://opnxng.com", "https://paulgo.io", + "https://priv.au", "https://private-searx.ml", "https://privatus.live", "https://s.frlt.one", @@ -505,7 +510,6 @@ "https://search.sapti.me", "https://search.teamriverbubbles.com", "https://search.unlocked.link", - "https://search.vojkovic.xyz", "https://search.zzls.xyz", "https://searx.be", "https://searx.becomesovran.com", @@ -516,7 +520,6 @@ "https://searx.fi", "https://searx.fmac.xyz", "https://searx.gnous.eu", - "https://searx.kujonello.cf", "https://searx.loafland.xyz", "https://searx.mha.fi", "https://searx.mistli.net", @@ -529,10 +532,10 @@ "https://searx.slipfox.xyz/searx", "http://fub6vgedgeadlu3ctskrpkcqjruh76tckwtj5swfhyblgml2tzgzckqd.onion/searx", "https://searx.tiekoetter.com", - "https://searx.vimproved.me", "https://searx.youshitsune.me", "https://searx.zcyph.cc", "https://searxng.au/searx", + "https://searxng.ir", "https://searxng.tordenskjold.de", "https://searxng.zackptg5.com", "https://serx.ml", @@ -584,6 +587,7 @@ "i2p": [] }, "peertube": [ + "https://hitchtube.fr", "https://video.fox-romka.ru", "https://peertube.ctrl-c.liu.se", "https://peertube.live", @@ -599,7 +603,6 @@ "https://tube.miegl.cz", "https://mov.clov.fr", "https://videomensoif.ynh.fr", - "https://peertube.hainry.fr", "https://videos.neongarden.life", "https://video.vaku.org.ua", "https://videos.trom.lt", @@ -691,10 +694,8 @@ "https://videopen.net", "https://demo.lioncast.org", "https://peertube.get-racing.de", - "https://tube-rennes.beta.education.fr", "https://pierre.tube", "https://mirametube.fr", - "https://tube.sanyi.nl", "https://vidz.dou.bet", "https://videos.redeyes.site", "https://video.hostpath.de", @@ -723,7 +724,6 @@ "https://tube.linc.systems", "https://peertube.ketchup.noho.st", "https://yt.x1337x.fr", - "https://video.wsforum.net", "https://videos.rabbit-company.com", "https://video.paradigmthreat.net", "https://video.lincolncyber.com", @@ -781,7 +781,6 @@ "https://docker.videos.lecygnenoir.info", "https://tv.based.quest", "https://peertube.beardedtek.com", - "https://casnocensure.site", "https://creemoseducacioninclusiva.uma.es", "https://videos.yeswiki.net", "https://tube.lrk.sh", @@ -821,7 +820,6 @@ "https://swebbtube.se", "https://video.dnfi.no", "https://peertube.revelin.fr", - "https://video.wsf2021.info", "https://armstube.com", "https://peertube.ti-fr.com", "https://video.turbo.chat", @@ -949,7 +947,6 @@ "https://tube.communia.org", "https://peertube.dragonborn.app", "https://ai-tube.ch", - "https://buddhist.tv", "https://video.citizen4.eu", "https://video.matomocamp.org", "https://media.fsfe.org", @@ -1301,7 +1298,6 @@ "https://kino.schuerz.at", "https://peertube.tiennot.net", "https://tututu.tube", - "https://peertube.interhop.org", "https://tube.picasoft.net", "https://www.wiki-tube.de", "https://videos.pair2jeux.tube", From 468f9ff12cb88cf67ce14aa533f8c1c709923ff7 Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Fri, 22 Jul 2022 05:19:21 +0000 Subject: [PATCH 18/29] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2c80a61..dc24c75 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ A web extension that redirects YouTube, Twitter, Instagram... requests to alternative privacy friendly frontends and backends. -[![Matrix Badge](https://img.shields.io/matrix/libredirect:matrix.org?label=matrix%20chat)](https://matrix.to/#/#libredirect:tokhmi.xyz) +[![Matrix Badge](https://img.shields.io/matrix/libredirect:matrix.org?label=matrix%20chat)](https://matrix.to/#/#libredirect-space:matrix.org) [![Firefox users Badge](https://img.shields.io/amo/users/libredirect?label=Firefox%20users)](https://addons.mozilla.org/firefox/addon/libredirect/) -[![Matrix Badge](https://img.shields.io/liberapay/gives/libredirect?label=Liberapay)](https://liberapay.com/LibRedirect) +[![LibrePay Badge](https://img.shields.io/liberapay/gives/libredirect?label=Liberapay)](https://liberapay.com/LibRedirect) [![Firefox Add-on](./img/badge-amo.png)](https://addons.mozilla.org/firefox/addon/libredirect/)  From a35bee150f2d4f1416efe29585afe95999c8daab Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sun, 24 Jul 2022 08:48:19 +0000 Subject: [PATCH 19/29] update instances --- src/instances/blacklist.json | 6 ---- src/instances/data.json | 69 ++++++------------------------------ 2 files changed, 10 insertions(+), 65 deletions(-) diff --git a/src/instances/blacklist.json b/src/instances/blacklist.json index 4377c01..df438be 100644 --- a/src/instances/blacklist.json +++ b/src/instances/blacklist.json @@ -8,11 +8,8 @@ "https://piped.mha.fi", "https://piped.shimul.me", "https://pipedus.palash.dev", -<<<<<<< HEAD -======= "https://piped.waffle.wiki", "https://watch.whatever.social", ->>>>>>> 468f9ff12cb88cf67ce14aa533f8c1c709923ff7 "https://nitter.domain.glass", "https://birdsite.xanny.family", "https://nitter.moomoo.me", @@ -23,10 +20,7 @@ "https://twitter.dr460nf1r3.org", "https://nitter.garudalinux.org", "https://nitter.wef.lol", -<<<<<<< HEAD "https://nitter.catalyst.sx", -======= ->>>>>>> 468f9ff12cb88cf67ce14aa533f8c1c709923ff7 "https://nitter.fprivacy.com", "https://bib.actionsack.com", "https://libreddit.domain.glass", diff --git a/src/instances/data.json b/src/instances/data.json index c754bad..0567849 100644 --- a/src/instances/data.json +++ b/src/instances/data.json @@ -8,7 +8,6 @@ "https://inv.riverside.rocks", "https://invidious.osi.kr", "https://y.com.sb", - "https://yt.artemislena.eu", "https://invidious.flokinet.to", "https://invidious.sethforprivacy.com", "https://invidious.tiekoetter.com", @@ -20,7 +19,8 @@ "https://youtube.076.ne.jp", "https://invidious.esmailelbob.xyz", "https://invidious.weblibre.org", - "https://invidious.namazso.eu" + "https://invidious.namazso.eu", + "https://yt.artemislena.eu" ], "tor": [ "http://c7hqkpkpemu6e7emz5b4vyz7idjgdvgaaa3dyimmeojqbgpea3xqjoid.onion", @@ -46,16 +46,13 @@ "https://piped.mha.fi", "https://piped.shimul.me", "https://pipedus.palash.dev", -<<<<<<< HEAD -======= "https://piped.waffle.wiki", "https://watch.whatever.social", ->>>>>>> 468f9ff12cb88cf67ce14aa533f8c1c709923ff7 "https://yt.jae.fi", "https://piped.mint.lgbt", "https://piped.privacy.com.de", "https://piped.esmailelbob.xyz", - "https://piped.projectsegfau.lt/" + "https://piped.projectsegfau.lt" ], "tor": [ "http://piped2bbch4xslbl2ckr6k62q56kon56ffowxaqzy42ai22a4sash3ad.onion" @@ -173,7 +170,6 @@ "https://nitter.projectsegfau.lt", "https://singapore.unofficialbird.com", "https://twt.funami.tech", -<<<<<<< HEAD "https://nitter.fprivacy.com", "https://canada.unofficialbird.com", "https://india.unofficialbird.com", @@ -181,9 +177,6 @@ "https://uk.unofficialbird.com", "https://n.l5.ca", "https://nitter.slipfox.xyz" -======= - "https://nitter.fprivacy.com" ->>>>>>> 468f9ff12cb88cf67ce14aa533f8c1c709923ff7 ], "tor": [ "http://3nzoldnxplag42gqjs23xvghtzf6t6yzssrtytnntc6ppc7xxuoneoad.onion", @@ -463,24 +456,11 @@ "loki": [] }, "searx": { -<<<<<<< HEAD -======= - "tor": [ - "http://3afisqjw2rxm6z7mmstyt5rx75qfqrgxnkzftknbp2vhipr2nrmrjdyd.onion", - "http://yra4tke2pwcnatxjkufpw6kvebu3h3ti2jca2lcdpgx3mpwol326lzid.onion", - "http://z5vawdol25vrmorm4yydmohsd4u6rdoj2sylvoi3e3nqvxkvpqul7bqd.onion", - "http://zbuc3bbzbfdqqo2x46repx2ddajbha6fpsjeeptjhhhhzji3zopxdqyd.onion", - "http://f4qfqajszpx5b7itzxt6mb7kj4ktpgbdq7lq6xaiqyqx6a7de3epptad.onion" - ], - "i2p": [ - "http://ransack.i2p", - "http://mqamk4cfykdvhw5kjez2gnvse56gmnqxn7vkvvbuor4k4j2lbbnq.b32.i2p" - ], ->>>>>>> 468f9ff12cb88cf67ce14aa533f8c1c709923ff7 "normal": [ "https://anon.sx", "https://dynabyte.ca", "https://jsearch.pw", + "https://private-searx.ml", "https://search.ethibox.fr", "https://search.snopyta.org", "https://search.stinpriza.org", @@ -506,7 +486,6 @@ "https://searx.tuxcloud.net", "https://searx.tyil.nl", "https://searx.vanwa.tech", - "https://searx.vimproved.me", "https://searx.webheberg.info", "https://searx.xyz", "https://searx.zapashcanon.fr", @@ -520,27 +499,14 @@ "https://searx.roflcopter.fr" ], "tor": [ -<<<<<<< HEAD "http://3afisqjw2rxm6z7mmstyt5rx75qfqrgxnkzftknbp2vhipr2nrmrjdyd.onion", - "http://w5rl6wsd7mzj4bdkbuqvzidet5osdsm5jhg2f7nvfidakfq5exda5wid.onion", + "http://x5gdjh6t7kb4yubpufhtc3l3df2acev3emxdasd5vyuyoon5rzf5zkyd.onion", + "http://search3q76rqpektbrchlf2rjq4fnbxzeov6rljdywg3nwbunpgd7bid.onion", "http://yra4tke2pwcnatxjkufpw6kvebu3h3ti2jca2lcdpgx3mpwol326lzid.onion", "http://z5vawdol25vrmorm4yydmohsd4u6rdoj2sylvoi3e3nqvxkvpqul7bqd.onion", "http://zbuc3bbzbfdqqo2x46repx2ddajbha6fpsjeeptjhhhhzji3zopxdqyd.onion", - "http://f4qfqajszpx5b7itzxt6mb7kj4ktpgbdq7lq6xaiqyqx6a7de3epptad.onion" -======= - "http://w5rl6wsd7mzj4bdkbuqvzidet5osdsm5jhg2f7nvfidakfq5exda5wid.onion", - "http://4n53nafyi77iplnbrpmxnp3x4exbswwxigujaxy3b37fvr7bvlopxeyd.onion", - "http://x5gdjh6t7kb4yubpufhtc3l3df2acev3emxdasd5vyuyoon5rzf5zkyd.onion", - "http://search3q76rqpektbrchlf2rjq4fnbxzeov6rljdywg3nwbunpgd7bid.onion", - "http://searchoorwalty5a2ailrboa2asqyts2u7bdoqwnjefpgjobpvtzn4qd.onion", - "http://gbat2pbpg7ys3fi3pbp64667tt5x66mg45xok35bxdw7v55brm7a27yd.onion", - "http://searxdr3pqz4nydgnqocsia2xbywptxbkympa2emn7zlgggrir4bkfad.onion", - "http://searx.micohauwkjbyw5meacrb4ipicwvwg4xtzl7y7viv53kig2mdcsvwkyyd.onion", - "http://searx.privpw3tndpkw6pnp3g727zfgfdzbu3k6a7chv226s3xymv2p4eiuqyd.onion", - "http://rq2w52kyrif3xpfihkgjnhqm3a5aqhoikpv72z3drpjglfzc2wr5z4yd.onion", - "http://searx3aolosaf3urwnhpynlhuokqsgz47si4pzz5hvb7uuzyjncl2tid.onion", - "http://4tz2vlnwk2apf2rpinkqv6uxvfgo5xjx6vl5vp7lxgaiooumetjpstqd.onion" ->>>>>>> 468f9ff12cb88cf67ce14aa533f8c1c709923ff7 + "http://f4qfqajszpx5b7itzxt6mb7kj4ktpgbdq7lq6xaiqyqx6a7de3epptad.onion", + "http://rq2w52kyrif3xpfihkgjnhqm3a5aqhoikpv72z3drpjglfzc2wr5z4yd.onion" ], "i2p": [ "http://ransack.i2p", @@ -559,7 +525,6 @@ "https://opnxng.com", "https://paulgo.io", "https://priv.au", - "https://private-searx.ml", "https://privatus.live", "https://s.frlt.one", "https://s.zhaocloud.net", @@ -580,10 +545,7 @@ "https://search.sapti.me", "https://search.teamriverbubbles.com", "https://search.unlocked.link", -<<<<<<< HEAD "https://search.vidhukant.xyz", -======= ->>>>>>> 468f9ff12cb88cf67ce14aa533f8c1c709923ff7 "https://search.zzls.xyz", "https://searx.be", "https://searx.becomesovran.com", @@ -606,6 +568,7 @@ "https://searx.sev.monster", "https://searx.slipfox.xyz/searx", "https://searx.tiekoetter.com", + "https://searx.vimproved.me", "https://searx.youshitsune.me", "https://searx.zcyph.cc", "https://searxng.au/searx", @@ -619,15 +582,13 @@ "https://xcxc.ml" ], "tor": [ + "http://w5rl6wsd7mzj4bdkbuqvzidet5osdsm5jhg2f7nvfidakfq5exda5wid.onion", "http://4n53nafyi77iplnbrpmxnp3x4exbswwxigujaxy3b37fvr7bvlopxeyd.onion", - "http://x5gdjh6t7kb4yubpufhtc3l3df2acev3emxdasd5vyuyoon5rzf5zkyd.onion", - "http://search3q76rqpektbrchlf2rjq4fnbxzeov6rljdywg3nwbunpgd7bid.onion", "http://searchoorwalty5a2ailrboa2asqyts2u7bdoqwnjefpgjobpvtzn4qd.onion", "http://gbat2pbpg7ys3fi3pbp64667tt5x66mg45xok35bxdw7v55brm7a27yd.onion", "http://searxdr3pqz4nydgnqocsia2xbywptxbkympa2emn7zlgggrir4bkfad.onion", "http://searx.micohauwkjbyw5meacrb4ipicwvwg4xtzl7y7viv53kig2mdcsvwkyyd.onion", "http://searx.privpw3tndpkw6pnp3g727zfgfdzbu3k6a7chv226s3xymv2p4eiuqyd.onion", - "http://rq2w52kyrif3xpfihkgjnhqm3a5aqhoikpv72z3drpjglfzc2wr5z4yd.onion", "http://fub6vgedgeadlu3ctskrpkcqjruh76tckwtj5swfhyblgml2tzgzckqd.onion/searx", "http://searx3aolosaf3urwnhpynlhuokqsgz47si4pzz5hvb7uuzyjncl2tid.onion", "http://4tz2vlnwk2apf2rpinkqv6uxvfgo5xjx6vl5vp7lxgaiooumetjpstqd.onion" @@ -689,7 +650,6 @@ "http://rimgo.lqs5fjmajyp7rvp4qvyubwofzi6d4imua7vs237rkc4m5qogitqwrgyd.onion", "http://rimgo.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion", "http://rimgo.micohauwkjbyw5meacrb4ipicwvwg4xtzl7y7viv53kig2mdcsvwkyyd.onion" -<<<<<<< HEAD ], "i2p": [], "loki": [] @@ -702,8 +662,6 @@ "https://lbry.mutahar.rocks", "https://librarian.esmailelbob.xyz", "https://lbry.vern.cc" -======= ->>>>>>> 468f9ff12cb88cf67ce14aa533f8c1c709923ff7 ], "tor": [ "http://librarian.lqs5fjmajyp7rvp4qvyubwofzi6d4imua7vs237rkc4m5qogitqwrgyd.onion", @@ -713,7 +671,6 @@ "loki": [] }, "peertube": [ -<<<<<<< HEAD "https://pire.artisanlogiciel.net", "https://trutube.xyz", "https://tube-test.apps.education.fr", @@ -809,8 +766,6 @@ "https://peertube.otakufarms.com", "https://tube.motuhake.xyz", "https://pt.m0r016.net", -======= ->>>>>>> 468f9ff12cb88cf67ce14aa533f8c1c709923ff7 "https://hitchtube.fr", "https://video.fox-romka.ru", "https://peertube.ctrl-c.liu.se", @@ -981,10 +936,6 @@ "https://tube.globalfrens.com", "https://peertube.hacknews.pmdcollab.org", "https://freetubes.nohost.me", -<<<<<<< HEAD -======= - "https://video.simplex-software.ru", ->>>>>>> 468f9ff12cb88cf67ce14aa533f8c1c709923ff7 "https://video.snug.moe", "https://video.avant-le-strike.buzz", "https://videos.ritimo.org", From 46d75b4d8c59fa98f62cfc12ca14fd314f0b6ba6 Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Sun, 24 Jul 2022 09:44:39 +0000 Subject: [PATCH 20/29] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e424d1..acfe701 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A web extension that redirects YouTube, Twitter, Instagram... requests to alternative privacy friendly frontends and backends. -[![Matrix Badge](https://img.shields.io/matrix/libredirect:matrix.org?label=matrix%20chat)](https://matrix.to/#/#libredirect-space:matrix.org) +[![Matrix Badge](https://img.shields.io/matrix/libredirect-space:matrix.org?label=matrix%20chat)](https://matrix.to/#/#libredirect-space:matrix.org) [![Firefox users Badge](https://img.shields.io/amo/users/libredirect?label=Firefox%20users)](https://addons.mozilla.org/firefox/addon/libredirect/) [![LibrePay Badge](https://img.shields.io/liberapay/gives/libredirect?label=Liberapay)](https://liberapay.com/LibRedirect) From b2a24fbb9962b5ed5c13cd1ce34d2aa9c2ad0346 Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Sun, 24 Jul 2022 09:46:29 +0000 Subject: [PATCH 21/29] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index acfe701..6e424d1 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A web extension that redirects YouTube, Twitter, Instagram... requests to alternative privacy friendly frontends and backends. -[![Matrix Badge](https://img.shields.io/matrix/libredirect-space:matrix.org?label=matrix%20chat)](https://matrix.to/#/#libredirect-space:matrix.org) +[![Matrix Badge](https://img.shields.io/matrix/libredirect:matrix.org?label=matrix%20chat)](https://matrix.to/#/#libredirect-space:matrix.org) [![Firefox users Badge](https://img.shields.io/amo/users/libredirect?label=Firefox%20users)](https://addons.mozilla.org/firefox/addon/libredirect/) [![LibrePay Badge](https://img.shields.io/liberapay/gives/libredirect?label=Liberapay)](https://liberapay.com/LibRedirect) From f77e80392281af8024fdee1cb3be36979689c936 Mon Sep 17 00:00:00 2001 From: "J. Lavoie" Date: Mon, 18 Jul 2022 22:50:29 +0000 Subject: [PATCH 22/29] Translated using Weblate (French) Currently translated at 100.0% (56 of 56 strings) Translation: LibRedirect/extension Translate-URL: https://hosted.weblate.org/projects/libredirect/extension/fr/ --- src/_locales/fr/messages.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/_locales/fr/messages.json b/src/_locales/fr/messages.json index e758bac..42c3d8d 100644 --- a/src/_locales/fr/messages.json +++ b/src/_locales/fr/messages.json @@ -211,5 +211,8 @@ "ytmusic": { "message": "YT Music", "description": "used in the settings page" + }, + "loki": { + "message": "Lokinet" } } From 617e2c4fefbd9172089c8cbaf9eddbfa95c232e5 Mon Sep 17 00:00:00 2001 From: Nikita Epifanov Date: Mon, 18 Jul 2022 12:14:28 +0000 Subject: [PATCH 23/29] Translated using Weblate (Russian) Currently translated at 96.4% (54 of 56 strings) Translation: LibRedirect/extension Translate-URL: https://hosted.weblate.org/projects/libredirect/extension/ru/ --- src/_locales/ru/messages.json | 219 +++++++++++++++++++++++++++++++++- 1 file changed, 218 insertions(+), 1 deletion(-) diff --git a/src/_locales/ru/messages.json b/src/_locales/ru/messages.json index 0967ef4..04afb07 100644 --- a/src/_locales/ru/messages.json +++ b/src/_locales/ru/messages.json @@ -1 +1,218 @@ -{} +{ + "extensionDescription": { + "message": "Веб-расширение, которое перенаправляет популярные сайты на альтернативные фронтенды и бэкенды, обеспечивающие конфиденциальность", + "description": "description of the extension" + }, + "extensionName": { + "message": "LibRedirect", + "description": "name of the extension" + }, + "protocol": { + "message": "Протокол", + "description": "used in the settings page" + }, + "normal": { + "message": "Нормальный", + "description": "used in the settings page" + }, + "settings": { + "message": "Настройки", + "description": "used in the popup" + }, + "general": { + "message": "Общее", + "description": "used in the settings page" + }, + "search": { + "message": "Поиск", + "description": "used in the settings page" + }, + "translate": { + "message": "Перевод", + "description": "used in the settings page" + }, + "maps": { + "message": "Карты", + "description": "used in the settings page" + }, + "sendFiles": { + "message": "Отправка файлов", + "description": "used in the settings page" + }, + "youtube": { + "message": "YouTube", + "description": "used in the settings page" + }, + "tiktok": { + "message": "TikTok", + "description": "used in the settings page" + }, + "ytmusic": { + "message": "YT Music", + "description": "used in the settings page" + }, + "imgur": { + "message": "Imgur", + "description": "used in the settings page" + }, + "wikipedia": { + "message": "Wikipedia", + "description": "used in the settings page" + }, + "peertube": { + "message": "PeerTube", + "description": "used in the settings page" + }, + "importSettings": { + "message": "Импорт настроек", + "description": "used in the settings page" + }, + "exportSettings": { + "message": "Экспорт настроек", + "description": "used in the settings page" + }, + "resetSettings": { + "message": "Сброс настроек", + "description": "used in the settings page" + }, + "customPopup": { + "message": "Настроить всплывающее окно", + "description": "used in the settings page" + }, + "redirectType": { + "message": "Тип перенаправления", + "description": "used in the settings page" + }, + "both": { + "message": "оба", + "description": "used in the settings page" + }, + "onlyEmbedded": { + "message": "только встроенные", + "description": "used in the settings page" + }, + "onlyNotEmbedded": { + "message": "только не встроеные", + "description": "used in the settings page" + }, + "instanceOffline": { + "message": "Этот экземпляр находится в автономном режиме, вы будете перенаправлены после ", + "description": "used in instance_offline.html" + }, + "cancel": { + "message": "Отмена", + "description": "used in instance_offline.html" + }, + "instanceIsOff": { + "message": "Экземпляр не в сети", + "description": "used in instance_offline.html" + }, + "redirectionCanceled": { + "message": "Перенаправление отменено", + "description": "used in instance_offline.js" + }, + "switchInstance": { + "message": "Переключить экземпляр", + "description": "used in manifest.json as shortcut description" + }, + "autoRedirect": { + "message": "Автоматическое перенаправление на экземпляров находящихся в сети", + "description": "used in the settings page" + }, + "updateInstances": { + "message": "Обновить экземпляры", + "description": "used in the settings page" + }, + "defaultInstances": { + "message": "Экземпляры по умолчанию", + "description": "used in the settings page" + }, + "customInstances": { + "message": "Пользовательские экземпляры", + "description": "used in the settings page" + }, + "embeddedVids": { + "message": "Фронтенд со встроенным видео", + "description": "used in the settings page" + }, + "copied": { + "message": "Скопировано" + }, + "lbry": { + "message": "LBRY" + }, + "i2p": { + "message": "I2P" + }, + "loki": { + "message": "Lokinet" + }, + "testInstancesLatency": { + "message": "Тестирование задержки экземпляров" + }, + "copyRaw": { + "message": "Скопировать напрямую" + }, + "unifySettings": { + "message": "Унифицировать настройки" + }, + "instagram": { + "message": "Instagram", + "description": "used in the settings page" + }, + "enable": { + "message": "Включить", + "description": "used in the settings page" + }, + "twitter": { + "message": "Twitter", + "description": "used in the settings page" + }, + "system": { + "message": "Системная", + "description": "used in the settings page" + }, + "exceptions": { + "message": "Исключения", + "description": "used in the settings page" + }, + "reddit": { + "message": "Reddit", + "description": "used in the settings page" + }, + "tor": { + "message": "Tor", + "description": "used in the settings page" + }, + "medium": { + "message": "Medium", + "description": "used in the settings page" + }, + "theme": { + "message": "Тема", + "description": "used in the settings page" + }, + "light": { + "message": "Светлая", + "description": "used in the settings page" + }, + "dark": { + "message": "Тёмная", + "description": "used in the settings page" + }, + "toggleAll": { + "message": "Переключить все", + "description": "used in the settings page" + }, + "notFullyPrivate": { + "message": "Это не полностью приватный фронтенд." + }, + "frontend": { + "message": "Фронтенд", + "description": "used in the settings page" + }, + "searchNote": { + "message": "Примечание: Используйте поиск в полной мере, сделав LibRedirect поисковой системой по умолчанию.", + "description": "used in the settings page" + } +} From 78af3218c65abdd8aa24a24136411de4dd48e199 Mon Sep 17 00:00:00 2001 From: pjammo Date: Thu, 21 Jul 2022 06:52:11 +0000 Subject: [PATCH 24/29] Translated using Weblate (Italian) Currently translated at 100.0% (56 of 56 strings) Translation: LibRedirect/extension Translate-URL: https://hosted.weblate.org/projects/libredirect/extension/it/ --- src/_locales/it/messages.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/_locales/it/messages.json b/src/_locales/it/messages.json index 0d3cb84..9370f1a 100644 --- a/src/_locales/it/messages.json +++ b/src/_locales/it/messages.json @@ -211,5 +211,8 @@ "frontend": { "message": "Frontend", "description": "used in the settings page" + }, + "loki": { + "message": "Lokinet" } } From e51d9b9e7eb074ba765c6b24a4ec7847ae41c70e Mon Sep 17 00:00:00 2001 From: Heimen Stoffels Date: Sun, 24 Jul 2022 15:35:48 +0200 Subject: [PATCH 25/29] Added translation using Weblate (Dutch) --- src/_locales/nl/messages.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/_locales/nl/messages.json diff --git a/src/_locales/nl/messages.json b/src/_locales/nl/messages.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/src/_locales/nl/messages.json @@ -0,0 +1 @@ +{} From 4206e8d464ef01b987aab013b60ad0ef02ab5d02 Mon Sep 17 00:00:00 2001 From: LeJun Date: Sun, 24 Jul 2022 14:47:02 +0000 Subject: [PATCH 26/29] Translated using Weblate (French) Currently translated at 100.0% (54 of 54 strings) Translation: LibRedirect/extension Translate-URL: https://hosted.weblate.org/projects/libredirect/extension/fr/ --- src/_locales/fr/messages.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/_locales/fr/messages.json b/src/_locales/fr/messages.json index 42c3d8d..c323489 100644 --- a/src/_locales/fr/messages.json +++ b/src/_locales/fr/messages.json @@ -44,7 +44,7 @@ "description": "used in the settings page" }, "dark": { - "message": "Obscur", + "message": "Sombre", "description": "used in the settings page" }, "autoRedirect": { @@ -56,11 +56,11 @@ "description": "used in the settings page" }, "importSettings": { - "message": "Paramètres d'importation", + "message": "Importation de paramètres", "description": "used in the settings page" }, "exportSettings": { - "message": "Paramètres d'exportation", + "message": "Exportation de paramètres", "description": "used in the settings page" }, "enable": { @@ -214,5 +214,8 @@ }, "loki": { "message": "Lokinet" + }, + "protocolFallback": { + "message": "Retour au mode normal si aucune instance n’est disponible pour le protocole sélectionné" } } From 4b6953826a81b0978ff859fa2f47d75fda735108 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?O=C4=9Fuz=20Ersen?= Date: Sun, 24 Jul 2022 14:29:39 +0000 Subject: [PATCH 27/29] Translated using Weblate (Turkish) Currently translated at 100.0% (54 of 54 strings) Translation: LibRedirect/extension Translate-URL: https://hosted.weblate.org/projects/libredirect/extension/tr/ --- src/_locales/tr/messages.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/_locales/tr/messages.json b/src/_locales/tr/messages.json index 82bf877..8763af8 100644 --- a/src/_locales/tr/messages.json +++ b/src/_locales/tr/messages.json @@ -214,5 +214,8 @@ }, "loki": { "message": "Lokinet" + }, + "protocolFallback": { + "message": "Geçerli protokol için hiçbir örnek kullanılabilir değilse normale geri dön" } } From df0d7e5da369a6cc48db80103efbf4fb4f3c775c Mon Sep 17 00:00:00 2001 From: Heimen Stoffels Date: Sun, 24 Jul 2022 14:07:00 +0000 Subject: [PATCH 28/29] Translated using Weblate (Dutch) Currently translated at 100.0% (54 of 54 strings) Translation: LibRedirect/extension Translate-URL: https://hosted.weblate.org/projects/libredirect/extension/nl/ --- src/_locales/nl/messages.json | 212 +++++++++++++++++++++++++++++++++- 1 file changed, 211 insertions(+), 1 deletion(-) diff --git a/src/_locales/nl/messages.json b/src/_locales/nl/messages.json index 0967ef4..fa223f6 100644 --- a/src/_locales/nl/messages.json +++ b/src/_locales/nl/messages.json @@ -1 +1,211 @@ -{} +{ + "light": { + "message": "Licht thema", + "description": "used in the settings page" + }, + "system": { + "message": "Systeemthema", + "description": "used in the settings page" + }, + "customInstances": { + "message": "Aangepaste servers", + "description": "used in the settings page" + }, + "dark": { + "message": "Donker thema", + "description": "used in the settings page" + }, + "updateInstances": { + "message": "Serverlijst bijwerken", + "description": "used in the settings page" + }, + "resetSettings": { + "message": "Standaardwaarden", + "description": "used in the settings page" + }, + "customPopup": { + "message": "Pop-upvenster instellen", + "description": "used in the settings page" + }, + "normal": { + "message": "Normaal", + "description": "used in the settings page" + }, + "defaultInstances": { + "message": "Standaardservers", + "description": "used in the settings page" + }, + "toggleAll": { + "message": "Alles aan/uit", + "description": "used in the settings page" + }, + "frontend": { + "message": "Frontend", + "description": "used in the settings page" + }, + "autoRedirect": { + "message": "Automatisch overschakelen naar online-servers", + "description": "used in the settings page" + }, + "importSettings": { + "message": "Instellingen importeren", + "description": "used in the settings page" + }, + "protocol": { + "message": "Protocol", + "description": "used in the settings page" + }, + "extensionName": { + "message": "LibRedirect", + "description": "name of the extension" + }, + "switchInstance": { + "message": "Andere server kiezen", + "description": "used in manifest.json as shortcut description" + }, + "settings": { + "message": "Instellingen", + "description": "used in the popup" + }, + "general": { + "message": "Algemeen", + "description": "used in the settings page" + }, + "search": { + "message": "Zoeken", + "description": "used in the settings page" + }, + "translate": { + "message": "Vertalen", + "description": "used in the settings page" + }, + "maps": { + "message": "Kaarten", + "description": "used in the settings page" + }, + "sendFiles": { + "message": "Bestanden versturen", + "description": "used in the settings page" + }, + "youtube": { + "message": "YouTube", + "description": "used in the settings page" + }, + "instagram": { + "message": "Instagram", + "description": "used in the settings page" + }, + "twitter": { + "message": "Twitter", + "description": "used in the settings page" + }, + "reddit": { + "message": "Reddit", + "description": "used in the settings page" + }, + "tiktok": { + "message": "TikTok", + "description": "used in the settings page" + }, + "ytmusic": { + "message": "YT Music", + "description": "used in the settings page" + }, + "imgur": { + "message": "Imgur", + "description": "used in the settings page" + }, + "wikipedia": { + "message": "Wikipedia", + "description": "used in the settings page" + }, + "peertube": { + "message": "PeerTube", + "description": "used in the settings page" + }, + "medium": { + "message": "Medium", + "description": "used in the settings page" + }, + "theme": { + "message": "Thema", + "description": "used in the settings page" + }, + "extensionDescription": { + "message": "Een browserextensie die je automatisch doorstuurt naar privacy-respecterende alternatieven voor populaire sites", + "description": "description of the extension" + }, + "copied": { + "message": "Gekopieerd" + }, + "lbry": { + "message": "LBRY" + }, + "exceptions": { + "message": "Uitzonderingen", + "description": "used in the settings page" + }, + "notFullyPrivate": { + "message": "Dit frontend is niet volledig privaat." + }, + "searchNote": { + "message": "Tip: benut de extensie optimaal door LibRedirect in te stellen als de standaard zoekmachine.", + "description": "used in the settings page" + }, + "redirectType": { + "message": "Soort doorverwijzing", + "description": "used in the settings page" + }, + "embeddedVids": { + "message": "Ingesloten video's-frontend", + "description": "used in the settings page" + }, + "both": { + "message": "Beide", + "description": "used in the settings page" + }, + "onlyEmbedded": { + "message": "Alleen ingesloten", + "description": "used in the settings page" + }, + "onlyNotEmbedded": { + "message": "Alleen niet-ingesloten", + "description": "used in the settings page" + }, + "instanceOffline": { + "message": "Deze server is offline - je wordt doorgestuurd over ", + "description": "used in instance_offline.html" + }, + "cancel": { + "message": "Annuleren", + "description": "used in instance_offline.html" + }, + "instanceIsOff": { + "message": "Server is offline", + "description": "used in instance_offline.html" + }, + "protocolFallback": { + "message": "Terugvallen op reguliere server als er geen servers met het huidige protocol beschikbaar zijn" + }, + "exportSettings": { + "message": "Instellingen exporteren", + "description": "used in the settings page" + }, + "enable": { + "message": "Inschakelen", + "description": "used in the settings page" + }, + "testInstancesLatency": { + "message": "Controleren op serververtragingen" + }, + "copyRaw": { + "message": "Onbewerkte code kopiëren" + }, + "redirectionCanceled": { + "message": "Doorverwijzen afgebroken", + "description": "used in instance_offline.js" + }, + "unifySettings": { + "message": "Globale instellingen" + } +} From f19d203e9e3a26810b730e9a8ea77ce3d18eb26d Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 25 Jul 2022 22:33:38 +0000 Subject: [PATCH 29/29] update instances --- src/instances/blacklist.json | 1 + src/instances/data.json | 41 ++++++++++++++++++------------------ 2 files changed, 22 insertions(+), 20 deletions(-) diff --git a/src/instances/blacklist.json b/src/instances/blacklist.json index df438be..54b7fe0 100644 --- a/src/instances/blacklist.json +++ b/src/instances/blacklist.json @@ -13,6 +13,7 @@ "https://nitter.domain.glass", "https://birdsite.xanny.family", "https://nitter.moomoo.me", + "https://nitter.it", "https://notabird.site", "https://fuckthesacklers.network", "https://nitter.winscloud.net", diff --git a/src/instances/data.json b/src/instances/data.json index 0567849..b74d062 100644 --- a/src/instances/data.json +++ b/src/instances/data.json @@ -8,6 +8,7 @@ "https://inv.riverside.rocks", "https://invidious.osi.kr", "https://y.com.sb", + "https://yt.artemislena.eu", "https://invidious.flokinet.to", "https://invidious.sethforprivacy.com", "https://invidious.tiekoetter.com", @@ -15,12 +16,12 @@ "https://invidious.projectsegfau.lt", "https://inv.vern.cc", "https://invidious.nerdvpn.de", + "https://inv.privacy.com.de", "https://invidious.slipfox.xyz", + "https://invidious.weblibre.org", "https://youtube.076.ne.jp", "https://invidious.esmailelbob.xyz", - "https://invidious.weblibre.org", - "https://invidious.namazso.eu", - "https://yt.artemislena.eu" + "https://invidious.namazso.eu" ], "tor": [ "http://c7hqkpkpemu6e7emz5b4vyz7idjgdvgaaa3dyimmeojqbgpea3xqjoid.onion", @@ -394,7 +395,8 @@ "https://wuetre.herokuapp.com", "https://quetreus.herokuapp.com", "https://quetre.tokhmi.xyz", - "https://quetre.projectsegfau.lt" + "https://quetre.projectsegfau.lt", + "https://quetre.esmailelbob.xyz" ], "tor": [], "i2p": [], @@ -405,7 +407,8 @@ "https://libremdb.herokuapp.com", "https://libremdb.pussthecat.org", "https://libremdbeu.herokuapp.com", - "https://lmdb.tokhmi.xyz" + "https://lmdb.tokhmi.xyz", + "https://libremdb.esmailelbob.xyz" ], "tor": [], "i2p": [], @@ -460,7 +463,6 @@ "https://anon.sx", "https://dynabyte.ca", "https://jsearch.pw", - "https://private-searx.ml", "https://search.ethibox.fr", "https://search.snopyta.org", "https://search.stinpriza.org", @@ -476,6 +478,7 @@ "https://searx.netzspielplatz.de", "https://searx.nixnet.services", "https://searx.org", + "https://searx.priv.pw", "https://searx.pwoss.org", "https://searx.rasp.fr", "https://searx.ru", @@ -500,13 +503,10 @@ ], "tor": [ "http://3afisqjw2rxm6z7mmstyt5rx75qfqrgxnkzftknbp2vhipr2nrmrjdyd.onion", - "http://x5gdjh6t7kb4yubpufhtc3l3df2acev3emxdasd5vyuyoon5rzf5zkyd.onion", - "http://search3q76rqpektbrchlf2rjq4fnbxzeov6rljdywg3nwbunpgd7bid.onion", "http://yra4tke2pwcnatxjkufpw6kvebu3h3ti2jca2lcdpgx3mpwol326lzid.onion", "http://z5vawdol25vrmorm4yydmohsd4u6rdoj2sylvoi3e3nqvxkvpqul7bqd.onion", "http://zbuc3bbzbfdqqo2x46repx2ddajbha6fpsjeeptjhhhhzji3zopxdqyd.onion", - "http://f4qfqajszpx5b7itzxt6mb7kj4ktpgbdq7lq6xaiqyqx6a7de3epptad.onion", - "http://rq2w52kyrif3xpfihkgjnhqm3a5aqhoikpv72z3drpjglfzc2wr5z4yd.onion" + "http://f4qfqajszpx5b7itzxt6mb7kj4ktpgbdq7lq6xaiqyqx6a7de3epptad.onion" ], "i2p": [ "http://ransack.i2p", @@ -528,6 +528,7 @@ "https://privatus.live", "https://s.frlt.one", "https://s.zhaocloud.net", + "https://saber.tk", "https://search.affusio.com", "https://search.ashs.club", "https://search.bingowaves.xyz", @@ -556,12 +557,10 @@ "https://searx.fi", "https://searx.fmac.xyz", "https://searx.gnous.eu", - "https://searx.loafland.xyz", "https://searx.mha.fi", "https://searx.mistli.net", "https://searx.namejeff.xyz", "https://searx.orion-hub.fr", - "https://searx.priv.pw", "https://searx.prvcy.eu", "https://searx.rimkus.it", "https://searx.sethforprivacy.com", @@ -584,11 +583,13 @@ "tor": [ "http://w5rl6wsd7mzj4bdkbuqvzidet5osdsm5jhg2f7nvfidakfq5exda5wid.onion", "http://4n53nafyi77iplnbrpmxnp3x4exbswwxigujaxy3b37fvr7bvlopxeyd.onion", + "http://search3q76rqpektbrchlf2rjq4fnbxzeov6rljdywg3nwbunpgd7bid.onion", "http://searchoorwalty5a2ailrboa2asqyts2u7bdoqwnjefpgjobpvtzn4qd.onion", "http://gbat2pbpg7ys3fi3pbp64667tt5x66mg45xok35bxdw7v55brm7a27yd.onion", "http://searxdr3pqz4nydgnqocsia2xbywptxbkympa2emn7zlgggrir4bkfad.onion", "http://searx.micohauwkjbyw5meacrb4ipicwvwg4xtzl7y7viv53kig2mdcsvwkyyd.onion", "http://searx.privpw3tndpkw6pnp3g727zfgfdzbu3k6a7chv226s3xymv2p4eiuqyd.onion", + "http://rq2w52kyrif3xpfihkgjnhqm3a5aqhoikpv72z3drpjglfzc2wr5z4yd.onion", "http://fub6vgedgeadlu3ctskrpkcqjruh76tckwtj5swfhyblgml2tzgzckqd.onion/searx", "http://searx3aolosaf3urwnhpynlhuokqsgz47si4pzz5hvb7uuzyjncl2tid.onion", "http://4tz2vlnwk2apf2rpinkqv6uxvfgo5xjx6vl5vp7lxgaiooumetjpstqd.onion" @@ -671,6 +672,7 @@ "loki": [] }, "peertube": [ + "https://soberania.tv", "https://pire.artisanlogiciel.net", "https://trutube.xyz", "https://tube-test.apps.education.fr", @@ -1025,7 +1027,6 @@ "https://peertube.marud.fr", "https://freetubehub.live", "https://peertube.librelabucm.org", - "https://tube4.apolut.net", "https://mtube.mooo.com", "https://skeptube.fr", "https://tube.villejuif.fr", @@ -1042,7 +1043,6 @@ "https://open.movie", "https://tube.rfc1149.net", "https://tube.radiomercure.fr", - "https://medias.debrouillonet.org", "https://peertube.1984.cz", "https://tube.sp4ke.com", "https://pt.nix.uno", @@ -1074,7 +1074,6 @@ "https://dud-video.inf.tu-dresden.de", "https://media-test.interior.edu.uy", "https://media.interior.edu.uy", - "https://peertube.la-scic.fr", "https://phoenixproject.group", "https://peertube.sebu77.com", "https://www.orion-hub.fr", @@ -1132,7 +1131,6 @@ "https://tube.geekyboo.net", "https://notretube.asselma.eu", "https://canal.facil.services", - "https://ukva.li", "https://pt.gordons.gen.nz", "https://tube.misterbanal.net", "https://peertube.fomin.site", @@ -1228,7 +1226,6 @@ "https://kino.kompot.si", "https://tube.kockatoo.org", "https://peertube.cabaal.net", - "https://sovran.video", "https://stream.k-prod.fr", "https://tube.tylerdavis.xyz", "https://video.marcorennmaus.de", @@ -1443,7 +1440,6 @@ "https://peertube.tspu.edu.ru", "https://p.lu", "https://serv3.wiki-tube.de", - "https://serv1.wiki-tube.de", "https://video.lavolte.net", "https://peertube.public.cat", "https://peertube.anduin.net", @@ -1511,7 +1507,6 @@ "https://video.pony.gallery", "https://tube.skrep.in", "https://tube.others.social", - "https://videos.ubuntu-paris.org", "https://tube-poitiers.beta.education.fr", "https://vid.wildeboer.net", "https://battlepenguin.video", @@ -1715,6 +1710,12 @@ "https://peertube.qtg.fr", "https://tube.p2p.legal", "https://troll.tv", - "https://videos.iut-orsay.fr" + "https://videos.iut-orsay.fr", + "https://peertube.solidev.net", + "https://videos.cemea.org", + "https://video.passageenseine.fr", + "https://peertube.touhoppai.moe", + "https://share.tube", + "https://peertube.heraut.eu" ] } \ No newline at end of file