1
0
Fork 0
mirror of https://github.com/benbusby/farside.git synced 2025-04-30 15:40:02 +00:00

Add GotHub support (#116)

Adds support for GotHub, an alternative frontend for GitHub

---------

Co-authored-by: Ben Busby <contact@benbusby.com>
This commit is contained in:
NoPlagiarism 2023-07-18 02:15:51 +05:00 committed by GitHub
parent 46c9b66478
commit 9104650cfe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 41 additions and 0 deletions

View file

@ -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/
@github_regex ~r/github.com|gothub/
@stackoverflow_regex ~r/stackoverflow.com|anonymousoverflow/
@parent_services %{
@ -37,6 +38,7 @@ defmodule Farside do
@quora_regex => ["quetre"],
@gsearch_regex => ["whoogle"],
@fandom_regex => ["breezewiki"],
@github_regex => ["gothub"],
@stackoverflow_regex => ["anonymousoverflow"]
}