[QB] Set invidious as default YouTube search engine
This commit is contained in:
parent
de4702c9f6
commit
515f529722
1 changed files with 2 additions and 1 deletions
|
@ -57,7 +57,8 @@ c.hints.mode = "number"
|
|||
c.url.searchengines = {
|
||||
'DEFAULT':'https://www.mojeek.com/search?q={}',
|
||||
'ddg':'https://duckduckgo.com/?q={}',
|
||||
'yt':'https://youtube.com/results?search_query={}',
|
||||
# 'yt':'https://youtube.com/results?search_query={}',
|
||||
'yt':'https://invidious.fdn.fr/search?q={}',
|
||||
'wfr':'https://fr.wikipedia.org/w/index.php?search={}',
|
||||
'wen':'https://en.wikipedia.org/w/index.php?search={}',
|
||||
'wyen':'https://en.wiktionary.org/w/index.php?search={}',
|
||||
|
|
Loading…
Reference in a new issue