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/userContent.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'common/.vimfx/userContent.css') 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