Skip to content

Commit 27602cb

Browse files
committed
1 parent 9317c75 commit 27602cb

File tree

8 files changed

+189
-1
lines changed

8 files changed

+189
-1
lines changed
Lines changed: 39 additions & 0 deletions
Loading

src/assets/images/meet-icon.svg

Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 40 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 40 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading

src/config.json

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -568,6 +568,48 @@
568568
"imageType": "svgMono",
569569
"url": "https://maps.libredirect.invalid"
570570
},
571+
"sendFiles": {
572+
"frontends": {
573+
"send": {
574+
"name": "Send",
575+
"instanceList": true,
576+
"url": "https://gitlab.com/timvisee/send"
577+
}
578+
},
579+
"targets": [
580+
"^https?:\\/{2}send\\.libredirect\\.invalid",
581+
"^https?:\\/{2}send\\.firefox\\.com\\/?$",
582+
"^https?:\\/{2}sendfiles\\.online\\/?$"
583+
],
584+
"name": "Send Files",
585+
"options": {
586+
"enabled": false,
587+
"unsupportedUrls": "bypass",
588+
"frontend": "send"
589+
},
590+
"imageType": "svgMono",
591+
"url": "https://send.libredirect.invalid"
592+
},
593+
"textStorage": {
594+
"frontends": {
595+
"privateBin": {
596+
"name": "PrivateBin",
597+
"instanceList": true,
598+
"url": "https://privatebin.info"
599+
}
600+
},
601+
"targets": [
602+
"^https?:\\/{2}paste\\.libredirect\\.invalid"
603+
],
604+
"name": "Paste Text",
605+
"options": {
606+
"enabled": false,
607+
"unsupportedUrls": "bypass",
608+
"frontend": "privateBin"
609+
},
610+
"imageType": "svgMono",
611+
"url": "https://paste.libredirect.invalid"
612+
},
571613
"reuters": {
572614
"frontends": {
573615
"neuters": {
@@ -851,6 +893,26 @@
851893
"imageType": "svg",
852894
"url": "https://www.instructables.com"
853895
},
896+
"meet": {
897+
"name": "Meet",
898+
"frontends": {
899+
"jitsi": {
900+
"name": "Jitsi",
901+
"instanceList": true,
902+
"url": "https://jitsi.org"
903+
}
904+
},
905+
"targets": [
906+
"^https?:\\/{2}meet\\.libredirect\\.invalid\\/"
907+
],
908+
"options": {
909+
"enabled": false,
910+
"unsupportedUrls": "bypass",
911+
"frontend": "jitsi"
912+
},
913+
"imageType": "svgMono",
914+
"url": "https://meet.libredirect.invalid"
915+
},
854916
"wolframAlpha": {
855917
"frontends": {
856918
"wolfreeAlpha": {

src/pages/stylesheets/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ section.links {
131131
flex-wrap: wrap;
132132
flex-direction: column;
133133
width: 350px;
134-
max-height: 800px;
134+
max-height: 890px;
135135
}
136136

137137
section.links div {

0 commit comments

Comments
 (0)