Add StackOverflow Frontend

This commit is contained in:
Saksham Shekher 2023-01-16 20:13:17 +05:30 committed by GitHub
parent 204289d58c
commit 8fb871c84c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -76,7 +76,8 @@
"wikipedia.org" => "wikiless",
"quora.com" => "quetre",
"imdb.com" => "libremdb",
"fandom.com" => "breezewiki"
"fandom.com" => "breezewiki",
"stackoverflow.com" => "anonymousoverflow"
);
foreach($frontends as $original => $frontend)