1
0
forked from sent/waves

Update public/assets/js/$.js

This commit is contained in:
sent 2025-04-17 12:57:08 -07:00
parent dd83ec83b7
commit ad1d2b4515

View File

@ -246,7 +246,7 @@ document.addEventListener('DOMContentLoaded', () => {
if (u.hostname.includes('.')) return u.toString(); if (u.hostname.includes('.')) return u.toString();
} catch {} } catch {}
} }
return `https://search.brave.com/search?q=${encodeURIComponent(query)}`; return `https://duckduckgo.com/search?q=${encodeURIComponent(query)}`;
} }
function showToast(message, type = 'success', iconType = 'check') { function showToast(message, type = 'success', iconType = 'check') {