summaryrefslogtreecommitdiff
path: root/common/.vimfx/userContent.css
diff options
context:
space:
mode:
authorSimon Parri <simonparri@ganzeria.com>2025-09-29 16:36:15 -0500
committerSimon Parri <simonparri@ganzeria.com>2025-09-29 16:36:15 -0500
commit95d7f9c741cadccb4c7005a1a18039452fd96e6d (patch)
tree5131d243ec4a4a739ea1edc9a129d1420a3f07f5 /common/.vimfx/userContent.css
parentbe54dff61c6a88dec8a9739154d393beb3d0785d (diff)
downloaddotfiles-95d7f9c741cadccb4c7005a1a18039452fd96e6d.tar.gz
dotfiles-95d7f9c741cadccb4c7005a1a18039452fd96e6d.zip
VimFX: Use Fandom directly instead of redirecting to BreezeWiki
Diffstat (limited to 'common/.vimfx/userContent.css')
-rw-r--r--common/.vimfx/userContent.css5
1 files changed, 5 insertions, 0 deletions
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 }
+}