about summary refs log tree commit diff stats
path: root/src/config.json
diff options
context:
space:
mode:
authorManeraKai <manerakai@protonmail.com>2023-02-04 23:16:36 +0300
committerManeraKai <manerakai@protonmail.com>2023-02-04 23:16:36 +0300
commit64a655fba3478d278c89e9b4a2ff0c01196d0488 (patch)
treeba02e191cb9b7aab2e6cff2056d2980c3a1bfeea /src/config.json
parentFixed wikia not redirecting properly https://github.com/libredirect/libredire... (diff)
downloadlibredirect-64a655fba3478d278c89e9b4a2ff0c01196d0488.zip
Added anonymousOverflow https://github.com/libredirect/libredirect/issues/577
Diffstat (limited to 'src/config.json')
-rw-r--r--src/config.json25
1 files changed, 22 insertions, 3 deletions
diff --git a/src/config.json b/src/config.json
index 8027bf00..92d4dd3a 100644
--- a/src/config.json
+++ b/src/config.json
@@ -470,7 +470,7 @@
 				}
 			},
 			"targets": [
-				"^https?:\\/{2}(www\\.)?reuters.com\\/"
+				"^https?:\\/{2}(www\\.)?reuters\\.com\\/"
 			],
 			"name": "Paste Text",
 			"options": {
@@ -489,7 +489,7 @@
 				}
 			},
 			"targets": [
-				"^https?:\\/{2}(www\\.)?genius.com\\/"
+				"^https?:\\/{2}(www\\.)?genius\\.com\\/"
 			],
 			"name": "Genius",
 			"options": {
@@ -508,7 +508,7 @@
 				}
 			},
 			"targets": [
-				"^https?:\\/{2}(www\\.)?urbandictionary.com\\/"
+				"^https?:\\/{2}(www\\.)?urbandictionary\\.com\\/"
 			],
 			"name": "Urban Dictionary",
 			"options": {
@@ -517,6 +517,25 @@
 			"imageType": "svg",
 			"embeddable": false,
 			"url": "https://urbandictionary.com"
+		},
+		"stackOverflow": {
+			"frontends": {
+				"anonymousOverflow": {
+					"name": "AnonymousOverflow",
+					"instanceList": true,
+					"url": "https://github.com/httpjamesm/AnonymousOverflow"
+				}
+			},
+			"targets": [
+				"^https?:\\/{2}stackoverflow\\.com\\/"
+			],
+			"name": "Stack Overflow",
+			"options": {
+				"enabled": false
+			},
+			"imageType": "svg",
+			"embeddable": false,
+			"url": "https://stackoverflow.com/"
 		}
 	}
 }
\ No newline at end of file