diff options
author | Simon Parri <simonparri@ganzeria.com> | 2025-09-29 16:36:15 -0500 |
---|---|---|
committer | Simon Parri <simonparri@ganzeria.com> | 2025-09-29 16:36:15 -0500 |
commit | 95d7f9c741cadccb4c7005a1a18039452fd96e6d (patch) | |
tree | 5131d243ec4a4a739ea1edc9a129d1420a3f07f5 /common/.vimfx/userContent.css | |
parent | be54dff61c6a88dec8a9739154d393beb3d0785d (diff) | |
download | dotfiles-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.css | 5 |
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 } +} |