Back to DuckDuckGo
This commit is contained in:
parent
5996c1a6e0
commit
b5a927077a
|
@ -2213,5 +2213,10 @@
|
||||||
"name": "Black Jack",
|
"name": "Black Jack",
|
||||||
"directory": "blackjack/",
|
"directory": "blackjack/",
|
||||||
"image": "icon.png"
|
"image": "icon.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Speed Stars",
|
||||||
|
"directory": "speed-stars/",
|
||||||
|
"image": "icon.png"
|
||||||
}
|
}
|
||||||
]
|
]
|
|
@ -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://search.brave.com/search?q=${encodeURIComponent(query)}&source=brave.com&lang=en`
|
return `https://duckduckgo.com/search?q=${encodeURIComponent(query)}&ia=web`
|
||||||
}
|
}
|
||||||
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