summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/farside.ex4
-rw-r--r--services-full.json19
-rw-r--r--services.json17
3 files changed, 39 insertions, 1 deletions
diff --git a/lib/farside.ex b/lib/farside.ex
index aeec6d8..e92db93 100644
--- a/lib/farside.ex
+++ b/lib/farside.ex
@@ -20,6 +20,7 @@ defmodule Farside do
@quora_regex ~r/quora.com|quetre/
@gsearch_regex ~r/google.com\/search|whoogle/
@fandom_regex ~r/fandom.com|breezewiki/
+ @stackoverflow_regex ~r/stackoverflow.com|anonymousoverflow/
@parent_services %{
@youtube_regex => ["invidious", "piped"],
@@ -35,7 +36,8 @@ defmodule Farside do
@imdb_regex => ["libremdb"],
@quora_regex => ["quetre"],
@gsearch_regex => ["whoogle"],
- @fandom_regex => ["breezewiki"]
+ @fandom_regex => ["breezewiki"],
+ @stackoverflow_regex => ["anonymousoverflow"]
}
def get_services_map do
diff --git a/services-full.json b/services-full.json
index 82c108d..14c95b3 100644
--- a/services-full.json
+++ b/services-full.json
@@ -559,5 +559,24 @@
"https://breeze.777.tf",
"https://breezewiki.esmailelbob.xyz"
]
+ },
+ {
+ "type": "anonymousoverflow",
+ "test_url": "/questions/6591213/how-do-i-rename-a-local-git-branch",
+ "fallback": "https://code.whatever.social",
+ "instances": [
+ "https://code.whatever.social",
+ "https://overflow.777.tf",
+ "https://ao.vern.cc",
+ "https://overflow.smnz.de",
+ "https://anonymousoverflow.esmailelbob.xyz",
+ "https://overflow.lunar.icu",
+ "https://overflow.adminforge.de",
+ "https://ao.foss.wtf",
+ "https://overflow.hostux.net",
+ "https://overflow.projectsegfau.lt",
+ "https://code.xbdm.fun",
+ "https://overflow.fascinated.cc"
+ ]
}
]
diff --git a/services.json b/services.json
index a3c3fcf..71615c6 100644
--- a/services.json
+++ b/services.json
@@ -516,5 +516,22 @@
"https://breeze.777.tf",
"https://breezewiki.esmailelbob.xyz"
]
+ },
+ {
+ "type": "anonymousoverflow",
+ "test_url": "/questions/6591213/how-do-i-rename-a-local-git-branch",
+ "fallback": "https://code.whatever.social",
+ "instances": [
+ "https://code.whatever.social",
+ "https://overflow.777.tf",
+ "https://ao.vern.cc",
+ "https://overflow.smnz.de",
+ "https://anonymousoverflow.esmailelbob.xyz",
+ "https://overflow.lunar.icu",
+ "https://overflow.adminforge.de",
+ "https://ao.foss.wtf",
+ "https://overflow.hostux.net",
+ "https://overflow.projectsegfau.lt"
+ ]
}
]