From 9597fedabd80c29dee854dd3ebdd7d5274de768f Mon Sep 17 00:00:00 2001 From: Simon Parri Date: Thu, 25 Sep 2025 12:05:14 -0500 Subject: VimFX: Use breezewiki.com instead of antifandom.com for Wikia links --- common/.vimfx/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/.vimfx/config.js') 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) { -- cgit v1.2.3