Fandom - Remove Garbage

Makes fandom wiki pages great again (removes top video, sidebar, bottom bar, bottom feeds, fandom navigation, and extends main content to fill container).

  1. /* ==UserStyle==
  2. @name Fandom - Remove Garbage
  3. @description Makes fandom wiki pages great again (removes top video, sidebar, bottom bar, bottom feeds, fandom navigation, and extends main content to fill container).
  4. @namespace https://greatest.deepsurf.us/users/317698
  5. @author jurassicplayer
  6. @version 1.0.0
  7. @license unlicense
  8. ==/UserStyle== */
  9.  
  10. @-moz-document domain("fandom.com") {
  11.  
  12. #mixed-content-footer, #WikiaRailWrapper, div[itemprop="video"], .wds-global-footer, #WikiaBarWrapper, .wds-global-navigation__content-bar-left {
  13. display:none;
  14. }
  15.  
  16. #WikiaMainContent {
  17. width: 100%;
  18. }
  19. }