Skip to content

bbc football clean by sonho

Details

Authorsonho

LicenseNo License

Categorybbc.co.uk

Created

Updated

Size1.1 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

gets rid of some of the clutter on bbc football

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name       bbc football clean
@version    20250313.10.00
@namespace  ?
==/UserStyle== */
@-moz-document url-prefix("https://www.bbc.co.uk/sport/football") {
  #header-content > nav {
    display: none;
  }

  ul[class*="StyledMenuList"] {
    flex-wrap: nowrap;
    overflow-x: auto;
  }

  /* ul[class*="StyledMenuList"] :nth-child(n+4) {
  display:none;
} */
}

@-moz-document url-prefix("https://www.bbc.co.uk/sport/football/scores-fixtures") {
  #orb-banner {
    display: none;
  }
  #sp-nav-all-sport-button-mobile {
    display: none !important;
  }

  #navp-orb-footer-promo {
    display: none;
  }

  .sp-c-search {
    display: none;
  }
  .qa-match-block {
    opacity: 0.5;
  }

  /*   Hide leagues i'm not interested in */
  #main-data > div > div > div:has([href*="/sport/"]) {
    opacity: 0.3;
  }

  #main-data > div > div > div:has([href*="premier-league"], [href*="champions-league"]) {
    opacity: 1;
  }

  .qa-show-scorers-button {
    display: none;
  }

  .gel-layout.gel-layout--center {
    margin-top: 2em;
  }


  /*   footer */
  #footer-content > div:not(.global-footer) {
    display: none;
  }
}

Reviews

No reviews yet.