From 95d7f9c741cadccb4c7005a1a18039452fd96e6d Mon Sep 17 00:00:00 2001 From: Simon Parri Date: Mon, 29 Sep 2025 16:36:15 -0500 Subject: VimFX: Use Fandom directly instead of redirecting to BreezeWiki --- common/.vimfx/config.js | 2 +- common/.vimfx/userContent.css | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/common/.vimfx/config.js b/common/.vimfx/config.js index 238f7b4..a750704 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://breezewiki.com/$2$3", + // "^(.+?)://(.+)\\.fandom.com(/.*)?$": "$1://breezewiki.com/$2$3", } // ** Implementation function redirect(url) { diff --git a/common/.vimfx/userContent.css b/common/.vimfx/userContent.css index a230e0b..3493445 100644 --- a/common/.vimfx/userContent.css +++ b/common/.vimfx/userContent.css @@ -45,3 +45,8 @@ div.p span.v { padding: 0 !important } } + +@-moz-document domain("fandom.com") { + #global-top-navigation { display: none !important } + #global-explore-navigation { display: none !important } +} -- cgit v1.2.3