1
0
Fork 0

qutebrowser: Add UrbanDictionary search engine

This commit is contained in:
Jeremy Kaplan 2019-11-09 15:10:02 -08:00
commit b99c791868

View file

@ -1261,6 +1261,7 @@ c.url.searchengines = {
"py2": "https://docs.python.org/2/search.html?q={}",
"py3": "https://docs.python.org/3/search.html?q={}",
"thesaurus": "https://www.thesaurus.com/browse/{}",
"ud": "https://www.urbandictionary.com/define.php?term={}",
}
# The page(s) to open at the start.