forked from sent/waves
Brave?
This commit is contained in:
parent
ffe52a61e7
commit
5996c1a6e0
|
@ -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')
|
||||||
|
|
Loading…
Reference in New Issue
Block a user