From b8766c413ea2c039a259f9881c8c566961b75d7f Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Wed, 8 Nov 2023 19:55:49 +0300 Subject: Added Twineo https://codeberg.org/LibRedirect/browser_extension/issues/103 --- .../19-ekim-yet_8a72cdffcc924121a3a962b2a9794860.xlsx | Bin 19616 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 src/assets/images/19-ekim-yet_8a72cdffcc924121a3a962b2a9794860.xlsx (limited to 'src/assets/images') diff --git a/src/assets/images/19-ekim-yet_8a72cdffcc924121a3a962b2a9794860.xlsx b/src/assets/images/19-ekim-yet_8a72cdffcc924121a3a962b2a9794860.xlsx deleted file mode 100644 index deb7381b..00000000 Binary files a/src/assets/images/19-ekim-yet_8a72cdffcc924121a3a962b2a9794860.xlsx and /dev/null differ -- cgit 1.4.1 From 2bf39d2be19856e55b9d223e2b3ba847e056bfc8 Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Sun, 19 Nov 2023 03:27:20 +0300 Subject: Added Tekstowo icon --- src/assets/images/tekstowo-icon.svg | 115 ++++++++++++++++++++++++++++++++++++ 1 file changed, 115 insertions(+) create mode 100644 src/assets/images/tekstowo-icon.svg (limited to 'src/assets/images') diff --git a/src/assets/images/tekstowo-icon.svg b/src/assets/images/tekstowo-icon.svg new file mode 100644 index 00000000..90c3f4fd --- /dev/null +++ b/src/assets/images/tekstowo-icon.svg @@ -0,0 +1,115 @@ + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit 1.4.1 From 3bb51d84e7e0ea144a8086b63e373720d6b761c9 Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Sun, 19 Nov 2023 03:29:30 +0300 Subject: Updated Tekstowo icon --- src/assets/images/tekstowo-icon.svg | 12 ++++++------ src/config.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'src/assets/images') diff --git a/src/assets/images/tekstowo-icon.svg b/src/assets/images/tekstowo-icon.svg index 90c3f4fd..c5bc024d 100644 --- a/src/assets/images/tekstowo-icon.svg +++ b/src/assets/images/tekstowo-icon.svg @@ -3,7 +3,7 @@ viewBox="0 0 100 100" version="1.1" id="svg12" - sodipodi:docname="icon.svg" + sodipodi:docname="tekstowo-icon.svg" width="100" height="100" inkscape:version="1.3 (0e150ed6c4, 2023-07-21)" @@ -24,7 +24,7 @@ inkscape:deskcolor="#d1d1d1" inkscape:zoom="3.3499322" inkscape:cx="35.821621" - inkscape:cy="41.045607" + inkscape:cy="41.34412" inkscape:window-width="1888" inkscape:window-height="1060" inkscape:window-x="32" @@ -68,10 +68,10 @@ id="stop8" /> + style="fill:#8fe132;fill-opacity:1;stroke-width:0.999999" /> + style="fill:#8fe132;fill-opacity:1;stroke-width:0.999999" /> Date: Fri, 24 Nov 2023 21:22:43 +0300 Subject: Added Skyview https://github.com/libredirect/browser_extension/issues/834 --- src/assets/images/bluesky-icon.svg | 63 ++++++++++++++++++++++++++++++++++++++ src/assets/javascripts/services.js | 9 ++++++ src/config.json | 30 ++++++++++++++++++ src/pages/stylesheets/styles.css | 2 +- 4 files changed, 103 insertions(+), 1 deletion(-) create mode 100644 src/assets/images/bluesky-icon.svg (limited to 'src/assets/images') diff --git a/src/assets/images/bluesky-icon.svg b/src/assets/images/bluesky-icon.svg new file mode 100644 index 00000000..8e916784 --- /dev/null +++ b/src/assets/images/bluesky-icon.svg @@ -0,0 +1,63 @@ + + + + diff --git a/src/assets/javascripts/services.js b/src/assets/javascripts/services.js index dbbe7c9f..ac87cb67 100644 --- a/src/assets/javascripts/services.js +++ b/src/assets/javascripts/services.js @@ -166,6 +166,10 @@ function redirect(url, type, initiator, forceRedirection) { case "freetube": { return 'freetube://' + url.href } + case "freetubePwa": { + return 'freetube://' + url.href + } + case "poketube": { if (url.pathname.startsWith('/channel')) { const reg = /\/channel\/(.*)\/?$/.exec(url.pathname) @@ -561,6 +565,10 @@ function redirect(url, type, initiator, forceRedirection) { case "tekstoLibre": { return `${randomInstance}/?${url.pathname.slice(1)}`; } + case "skyview": { + if (url.pathname == '/') return randomInstance + return `${randomInstance}?url=${encodeURIComponent(url.href)}` + } default: { return `${randomInstance}${url.pathname}${url.search}` } @@ -731,6 +739,7 @@ const defaultInstances = { 'tuboYoutube': ['https://tubo.migalmoreno.com'], 'tuboSoundcloud': ['https://tubo.migalmoreno.com'], 'tekstoLibre': ['https://davilarek.github.io/TekstoLibre'], + 'skyview': ['https://skyview.social'], } function initDefaults() { diff --git a/src/config.json b/src/config.json index 6cc43776..f17ba8f5 100644 --- a/src/config.json +++ b/src/config.json @@ -97,6 +97,16 @@ "desktopApp": true, "instanceList": false, "url": "https://github.com/yattee/yattee" + }, + "freetubePwa": { + "excludeTargets": [ + 2, + 3 + ], + "name": "FreeTube PWA", + "embeddable": false, + "instanceList": false, + "url": "https://github.com/MarmadileManteater/FreeTubeCordova" } }, "targets": [ @@ -963,6 +973,26 @@ }, "imageType": "svg", "url": "https://www.tekstowo.pl" + }, + "bluesky": { + "frontends": { + "skyview": { + "name": "Skyview", + "instanceList": true, + "url": "https://github.com/badlogic/skyview" + } + }, + "targets": [ + "^https?:\\/{2}bsky\\.app\\/" + ], + "name": "Bluesky", + "options": { + "enabled": false, + "unsupportedUrls": "bypass", + "frontend": "skyview" + }, + "imageType": "svg", + "url": "https://bsky.app/" } } } \ No newline at end of file diff --git a/src/pages/stylesheets/styles.css b/src/pages/stylesheets/styles.css index 225023ec..2519a05f 100644 --- a/src/pages/stylesheets/styles.css +++ b/src/pages/stylesheets/styles.css @@ -131,7 +131,7 @@ section.links { flex-wrap: wrap; flex-direction: column; width: 350px; - max-height: 890px; + max-height: 930px; } section.links div { -- cgit 1.4.1