DDG feeling lucky custom search engine in qutebrowser
Added ddg’s backslash-feeling-lucky to qb search engines. Encoded the backslash as URI, it worked!
https://duckduckgo.com/?q=%5C{}
Full list:
c.url.searchengines = {
'DEFAULT': 'https://search.brave.com/search?q={}',
'b': 'https://search.brave.com/search?q={}',
'g': 'https://google.com/search?q={}',
's': 'https://scholar.google.de/scholar?hl=de&as_sdt=0%2C5&q={}&btnG=',
'ddg': 'https://duckduckgo.com/?q={}',
'l': 'https://duckduckgo.com/?q=%5C{}',
'c': 'http://dict.cc/?s={}',
'y': 'https://youtube.com/results?search_query={}',
'd': 'https://en.wiktionary.org/wiki/Special:Search?search={}',
'w': 'https://en.wikipedia.org/wiki/Special:Search?search={}',
'wa': 'http://wolframalpha.com/input?i={}',
}
Nel mezzo del deserto posso dire tutto quello che voglio.
comments powered by Disqus