mirror of https://github.com/Flinner/dots.git
feat: qutebrowser change nitter instance, more search engines
This commit is contained in:
parent
1505265741
commit
bb0a8fbbf7
|
@ -2024,7 +2024,10 @@ c.tabs.show = 'multiple'
|
|||
## Type: Dict
|
||||
c.url.searchengines = {'DEFAULT': 'https://searx.neocities.org/?q={}',
|
||||
'wa':"https://wiki.archlinux.org/?search={}",
|
||||
'aur':
|
||||
"https://aur.archlinux.org/packages?O=0&SeB=nd&K={}&outdated=&SB=p&SO=d&PP=50&submit=Go",
|
||||
'go':"http://google.com/search?q={}",
|
||||
'ar':"http://web.archive.org/web/*/{}",
|
||||
'ddg':"https://duckduckgo.com/?q={}",
|
||||
}
|
||||
|
||||
|
|
|
@ -8,5 +8,5 @@
|
|||
// @run-at document-start
|
||||
// ==/UserScript==
|
||||
|
||||
location.href=location.href.replace("twitter.com","nitter.kavin.rocks");
|
||||
location.href=location.href.replace("twitter.com","nitter.net");
|
||||
|
||||
|
|
Loading…
Reference in New Issue