summaryrefslogtreecommitdiff
path: root/common/.vimfx
diff options
context:
space:
mode:
Diffstat (limited to 'common/.vimfx')
-rw-r--r--common/.vimfx/config.js2
-rw-r--r--common/.vimfx/userContent.css5
2 files changed, 6 insertions, 1 deletions
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 }
+}