This commit is contained in:
𓍼 2025-05-21 23:33:19 -05:00
parent ffe52a61e7
commit 5996c1a6e0

View File

@ -225,7 +225,7 @@ document.addEventListener('DOMContentLoaded', () => {
if (u.hostname.includes('.')) return u.toString() if (u.hostname.includes('.')) return u.toString()
} catch {} } catch {}
} }
return `https://duckduckgo.com/?q=${encodeURIComponent(query)}&ia=web` return `https://search.brave.com/search?q=${encodeURIComponent(query)}&source=brave.com&lang=en`
} }
function showToast(message, type = 'success', iconType = 'check') { function showToast(message, type = 'success', iconType = 'check') {
const toast = document.createElement('div') const toast = document.createElement('div')