Добавил perplexity

This commit is contained in:
RedGrox2013
2026-05-19 21:41:43 +03:00
parent 0b28111381
commit 6470b26abf
2 changed files with 4 additions and 3 deletions
+2
View File
@@ -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');