mirror of
https://codeberg.org/yeentown/barkey
synced 2024-11-21 13:15:11 +00:00
improve search mfm
This commit is contained in:
parent
7e064399f8
commit
b016d28662
1 changed files with 8 additions and 8 deletions
|
@ -6,12 +6,12 @@
|
|||
//store the URL and if its none of these its a custom one
|
||||
export const searchEngineMap = {
|
||||
//The first one is the default search engine
|
||||
'https://duckduckgo.com/?q={query}': 'Duckduckgo',
|
||||
'https://www.google.com/search?q={query}': 'Google',
|
||||
'https://www.bing.com/search?q={query}': 'Bing',
|
||||
'https://search.yahoo.com/search?p={query}': 'Yahoo',
|
||||
'https://www.ecosia.org/search?q={query}': 'Ecosia',
|
||||
'https://www.qwant.com/?q={query}': 'Qwant',
|
||||
'https://search.aol.com/aol/search?q={query}': 'AOL',
|
||||
'https://yandex.com/search?text={query}': 'Yandex',
|
||||
'https://e621.net/posts?tags={query}': 'e621',
|
||||
'https://www.furaffinity.net/search/?q={query}': 'FurAffinity',
|
||||
'https://www.sofurry.com/browse/search?search={query}': 'SoFurry',
|
||||
'https://www.weasyl.com/search?q={query}': 'Weasyl',
|
||||
'https://duckduckgo.com/?q={query}': 'Ask Jeeves',
|
||||
'https://www.qwant.com/?q={query}': 'AltaVista',
|
||||
'https://wiby.me/?q={query}': 'JumpStation',
|
||||
'https://yandex.com/search?text={query}': 'Yandex', // because nothing's funnier than Yandex
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue