qutebrowser: Add wikiless redirect
Added wikiless as automatic redirection for any wikipedia page. Will only work for generall `wikipedia.org` links or specifically english-language `en.wikipedia.org` links.
This commit is contained in:
parent
a1cfff389d
commit
f523431f01
1 changed files with 2 additions and 0 deletions
|
@ -36,6 +36,8 @@ redirects = {
|
|||
"www.twitter.com": "nitter.net",
|
||||
"instagram.com": "bibliogram.art",
|
||||
"www.instagram.com": "bibliogram.art",
|
||||
"wikipedia.org": "wikiless.org",
|
||||
"en.wikipedia.org": "wikiless.org",
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue