about summary refs log tree commit diff stats
path: root/src/config.json
diff options
context:
space:
mode:
authorDaniel <davilareko@gmail.com>2023-11-11 17:02:42 +0100
committerDaniel <davilareko@gmail.com>2023-11-11 17:02:42 +0100
commitb146ce07149c1920a273f85c23c8138632f89a8a (patch)
tree3099b87d6ada0f38510e7c700c3bd93ca6c1117e /src/config.json
parentFixed AnonymousOverflow redirection bug https://codeberg.org/LibRedirect/brow... (diff)
downloadlibredirect-b146ce07149c1920a273f85c23c8138632f89a8a.zip
Add TekstoLibre, frontend for Tekstowo.pl
Diffstat (limited to 'src/config.json')
-rw-r--r--src/config.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/config.json b/src/config.json
index 4c535371..2251cf2f 100644
--- a/src/config.json
+++ b/src/config.json
@@ -943,6 +943,26 @@
 			},
 			"imageType": "svg",
 			"url": "https://www.wolframalpha.com"
+		},
+		"tekstowo": {
+			"frontends": {
+				"tekstoLibre": {
+					"name": "TekstoLibre",
+					"instanceList": true,
+					"url": "https://github.com/Davilarek/TekstoLibre"
+				}
+			},
+			"targets": [
+				"^https?:\\/{2}(www\\.)?tekstowo\\.pl\\/"
+			],
+			"name": "Tekstowo.pl",
+			"options": {
+				"enabled": false,
+				"unsupportedUrls": "bypass",
+				"frontend": "tekstoLibre"
+			},
+			"imageType": "png",
+			"url": "https://www.tekstowo.pl"
 		}
 	}
 }
\ No newline at end of file