Fandom.com --- Cleaner Wikis Userscript

Removes all of the non-wiki parts of fandom.com wikis, reduces the footprint of the search overlay, and forces the search overlay to use wiki-theme colors. Based on "Fandom - Remove Garbage" by jurassicplayer.

< Feedback on Fandom.com --- Cleaner Wikis Userscript

Review: चांगली - स्क्रिप्ट चालते

This is nice, but I think hiding the entire .global-navigation is a bit too much because you cannot even sign in or out anymore. I modified your script like the following, but maybe the visibility of .global-navigation should be toggled by hovering and leaving the mouse cursor:

.global-navigation__top {
    visibility: hidden;
}
§
पोस्ट केले: 2021-11-15
संपादित केले: 2021-11-15

I was able to get a pretty good view with:

.global-navigation__top {
    visibility: hidden;
}
.global-navigation__bottom {
    visibility: visible;
    background-color: transparent
}

उत्तर पोस्ट करा

उत्तर पोस्ट करण्यासाठी साइन इन करा.