Fandom.com --- Cleaner Wikis

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.

目前為 2021-07-26 提交的版本,檢視 最新版本

/* ==UserStyle==
@name        Fandom.com --- Cleaner Wikis
@description 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.
@namespace   https://gf.qytechs.cn/users/797186
@author G3T
@version     1.0.0
@license     unlicense
==/UserStyle== */

@-moz-document domain("fandom.com") {


  #mixed-content-footer, .wds-global-footer, #WikiaBarWrapper, .wds-global-navigation__content-bar-left, .global-navigation, .fandom-sticky-header, .gpt-ad, .ad-slot-placeholder.top-leaderboard.is-loading, .page__right-rail, .search-modal::before, form[class^="SearchInput-module_form__"] .wds-icon {
    display:none;
  }

  .main-container {
	width: 100%;
    margin-left: 0px;
  }

  .community-header-wrapper {
    height: auto;
  }

  .search-modal {
    position: absolute;
    bottom: auto;
    left: auto;
  }

  .search-modal__content {
    width: 420px;
    top: 20px;
    right: -3px;
    min-height: auto;
    background-color: var(--theme-page-background-color--secondary);
    border: 1px solid var(--theme-border-color);
    animation: none;
  }

  form[class^="SearchInput-module_form__"] {
    border-bottom: 2px solid var(--theme-border-color);
    color: var(--theme-border-color);
  }

  form[class^="SearchInput-module_form__"] .wds-button {
    --wds-primary-button-background-color: var(--theme-accent-color);
    --wds-primary-button-background-color--hover: var(--theme-accent-color--hover);
    --wds-primary-button-label-color: var(--theme-accent-label-color);
  }

  input[class^="SearchInput-module_input__"] {
    border-left: none;
    padding: 0;
  }

  a[class^="SearchResults-module_seeAllResults"] {
    color: var(--theme-link-color) !important;
  }
  
}

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址