diff options
author | Simon Parri <simonparri@ganzeria.com> | 2025-09-25 12:05:14 -0500 |
---|---|---|
committer | Simon Parri <simonparri@ganzeria.com> | 2025-09-25 12:05:14 -0500 |
commit | 9597fedabd80c29dee854dd3ebdd7d5274de768f (patch) | |
tree | d8a0380d653e754f388cd0569a995de4a1489803 /common/.vimfx | |
parent | 6300d084625e1bbe7c735e14b2c2d0db0a45653f (diff) | |
download | dotfiles-9597fedabd80c29dee854dd3ebdd7d5274de768f.tar.gz dotfiles-9597fedabd80c29dee854dd3ebdd7d5274de768f.zip |
VimFX: Use breezewiki.com instead of antifandom.com for Wikia links
Diffstat (limited to 'common/.vimfx')
-rw-r--r-- | common/.vimfx/config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/.vimfx/config.js b/common/.vimfx/config.js index 72f9e18..2b4019f 100644 --- a/common/.vimfx/config.js +++ b/common/.vimfx/config.js @@ -558,7 +558,7 @@ let redirects = { "^(.+?)://imdb.com(/.*)?$": "$1://librembd.lunar.icu$2", "^(.+?)://(bsky.app/.*)$": "$1://skyview.social?url=$2", "^(.+?)://(i\\.)?imgur\\.com(/.*)?$": "$1://rimgo.catsarch.com$3", - "^(.+?)://(.+)\\.fandom.com(/.*)?$": "$1://antifandom.com/$2$3", + "^(.+?)://(.+)\\.fandom.com(/.*)?$": "$1://breezewiki.com/$2$3", } // ** Implementation function redirect(url) { |