diff options
| author | lolcat <will@lolcat.ca> | 2024-09-01 10:52:28 -0400 |
|---|---|---|
| committer | lolcat <will@lolcat.ca> | 2024-09-01 10:52:28 -0400 |
| commit | 1a5a653be348b3e3823c7c5620cdc1f7cfc87072 (patch) | |
| tree | aca6e0ec33d61ec9b9c8be7357ec471b3ef41a23 /api/v1 | |
| parent | 3b353c28372541dbe8789c48446ffbcbb8fc4050 (diff) | |
added ghostery search
Diffstat (limited to 'api/v1')
| -rw-r--r-- | api/v1/ac.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/api/v1/ac.php b/api/v1/ac.php index ce9b3f2..50d3095 100644 --- a/api/v1/ac.php +++ b/api/v1/ac.php @@ -20,7 +20,8 @@ class autocomplete{ "yt" => "https://suggestqueries-clients6.youtube.com/complete/search?client=youtube&q={searchTerms}", "sc" => "", "startpage" => "https://www.startpage.com/suggestions?q={searchTerms}&format=opensearch&segment=startpage.defaultffx&lui=english", - "kagi" => "https://kagi.com/api/autosuggest?q={searchTerms}" + "kagi" => "https://kagi.com/api/autosuggest?q={searchTerms}", + "ghostery" => "https://ghosterysearch.com/suggest?q={searchTerms}" ]; /* |
