Back to DuckDuckGo

This commit is contained in:
𓍼 2025-05-22 11:48:45 -05:00
parent 5996c1a6e0
commit b5a927077a
2 changed files with 6 additions and 1 deletions

View File

@ -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"
} }
] ]

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://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')