mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 09:31:41 -05:00
Merge pull request #139 from glacambre/add_search_engines
excmds.ts: Add search urls.
This commit is contained in:
commit
e4b17c4eaa
1 changed files with 6 additions and 0 deletions
|
@ -85,6 +85,12 @@ const SEARCH_URLS = new Map<string, string>([
|
|||
["amazon","https://www.amazon.com/s/ref=nb_sb_noss?url=search-alias%3Daps&field-keywords="],
|
||||
["amazonuk","https://www.amazon.co.uk/s/ref=nb_sb_noss?url=search-alias%3Daps&field-keywords="],
|
||||
["startpage","https://www.startpage.com/do/search?query="],
|
||||
["github","https://github.com/search?utf8=✓&q="],
|
||||
["searx","https://searx.me/?category_general=on&q="],
|
||||
["cnrtl","http://www.cnrtl.fr/lexicographie/"],
|
||||
["osm","https://www.openstreetmap.org/search?query="],
|
||||
["mdn","https://developer.mozilla.org/en-US/search?q="],
|
||||
["gentoo_wiki","https://wiki.gentoo.org/index.php?title=Special%3ASearch&profile=default&fulltext=Search&search="],
|
||||
])
|
||||
|
||||
// map a page-relation (next or previous) to a fallback pattern to match link texts against
|
||||
|
|
Loading…
Add table
Reference in a new issue