about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorManeraKai <manerakai@protonmail.com>2023-12-08 22:49:02 +0300
committerManeraKai <manerakai@protonmail.com>2023-12-08 22:49:02 +0300
commit51ffdebd1250323d3c06058af14f3812dd188cdf (patch)
tree8095572691f0d4389091e9ae1ccf02c233d0e210 /src
parentFixed Tubo SoundCloud not redirecting https://codeberg.org/LibRedirect/browse... (diff)
downloadlibredirect-51ffdebd1250323d3c06058af14f3812dd188cdf.zip
Added superuser.com to AnonymousOverflow https://github.com/libredirect/browser_extension/issues/868
Diffstat (limited to '')
-rw-r--r--src/config.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/config.json b/src/config.json
index f17ba8f5..52358170 100644
--- a/src/config.json
+++ b/src/config.json
@@ -710,7 +710,8 @@
 			},
 			"targets": [
 				"^https?:\\/{2}(www\\.)?stackoverflow\\.com\\/",
-				"^https?:\\/{2}([a-zA-Z0-9-]+\\.)?stackexchange\\.com\\/"
+				"^https?:\\/{2}([a-zA-Z0-9-]+\\.)?stackexchange\\.com\\/",
+				"^https?:\\/{2}(www\\.)?superuser\\.com\\/"
 			],
 			"name": "Stack Overflow",
 			"options": {