Browse Source

Add StackOverflow Frontend

Saksham Shekher 2 years ago
parent
commit
8fb871c84c
1 changed files with 2 additions and 1 deletions
  1. 2 1
      misc/tools.php

+ 2 - 1
misc/tools.php

@@ -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)