mirror of
https://github.com/RedGrox2013/AloeGames-Site.git
synced 2026-07-13 23:16:58 +00:00
Добавил perplexity
This commit is contained in:
@@ -59,6 +59,8 @@ function searchQuery(event) {
|
||||
|
||||
if (engine === 'duckduckgo') {
|
||||
url = 'https://duckduckgo.com/?q=' + encodedQuery;
|
||||
} else if (engine === 'perplexity') {
|
||||
url = 'https://www.perplexity.ai/search?q=' + encodedQuery;
|
||||
}
|
||||
|
||||
window.open(url, '_blank', 'noopener');
|
||||
|
||||
Reference in New Issue
Block a user