Added some more search engines

This commit is contained in:
Emmet 2024-02-11 09:24:05 -06:00
parent a711f7c7f9
commit 5ae14e31b2

View file

@ -81,7 +81,10 @@ c.url.searchengines = {'DEFAULT': 'https://startpage.com/do/search?query={}',
'nw' : 'https://nixos.wiki/index.php?search={}&go=Go',
'mn' : 'https://mynixos.com/search?q={}',
'sb' : 'https://www.serebii.net/search.shtml?q={}&sa=Search',
'bp' : 'https://bulbapedia.bulbagarden.net/wiki/index.php?title=Special%3ASearch&search={}&go=Go'
'bp' : 'https://bulbapedia.bulbagarden.net/wiki/index.php?title=Special%3ASearch&search={}&go=Go',
'yt' : 'https://www.youtube.com/results?search_query={}',
'od' : 'https://odysee.com/$/search?q={}',
'gd' : 'https://drive.google.com/drive/search?q={}'
}
config.set('completion.open_categories',["searchengines","quickmarks","bookmarks"])