Hide Useless Fandom Stuff

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

  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.1
  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);
  17. width: calc(100%);
  18. }
  19.  
  20. .WikiaBarWrapper {
  21. display: none;
  22. }
  23.  
  24. .notifications-placeholder {
  25. display: none;
  26. }
  27.  
  28. .global-footer__content {
  29. display: none;
  30. }
  31.  
  32. .global-explore-navigation {
  33. display: none;
  34. }
  35.  
  36. .page__right-rail {
  37. display: none;
  38. }
  39.  
  40. .global-top-navigation__fandom-logo {
  41. display: none;
  42. }
  43.  
  44. .global-top-navigation__start-new-wiki {
  45. display: none;
  46. }
  47.  
  48. .community-navigation__fandom-heart {
  49. display: none;
  50. }

QingJ © 2025

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