mirror of
https://github.com/benbusby/farside.git
synced 2025-04-30 07:30:02 +00:00
Add support for Anonymous Overflow
A Stack Overflow frontend, see: https://github.com/httpjamesm/AnonymousOverflow
This commit is contained in:
parent
27b3ee85a7
commit
6f647f52ae
3 changed files with 39 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue