Hide Useless Fandom Stuff

Gets rid of the non-wiki related stuff in all Fandom websites.

目前为 2025-02-27 提交的版本。查看 最新版本

  1. /* ==UserStyle==
  2. @name Hide Useless Fandom Stuff
  3. @author Gresh1234
  4. @namespace Gresh1234
  5. @description Gets rid of the non-wiki related stuff in all Fandom websites.
  6. @locale en-us
  7. @match *://*.fandom.com/*
  8. @version 1.0
  9. @license MIT
  10. ==/UserStyle== */
  11.  
  12. .main-container {
  13. display: flex;
  14. flex-direction: column;
  15. margin-left: 0px;
  16. min-width: calc(768px - var(--desktop-global-navigation-width));
  17. width: calc(100% - var(--desktop-global-navigation-width));
  18. }
  19.  
  20. .global-explore-navigation {
  21. display: none;
  22. }
  23.  
  24. .page__right-rail {
  25. display: none;
  26. }
  27.  
  28. .global-top-navigation__fandom-logo {
  29. display: none;
  30. }
  31.  
  32. .global-top-navigation__start-new-wiki {
  33. display: none;
  34. }
  35.  
  36. .community-navigation__fandom-heart {
  37. display: none;
  38. }