Skip to content

bbc football clean by sonho

Details

Authorsonho

LicenseNo License

Categorybbc.co.uk

Created

Updated

Size871 B

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    20240219.00.22
@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;
}

.qa-match-block:has(div[data-reactid*="Premier League"], div[data-reactid*="Champions League"]) {
  opacity:1;
}
.qa-show-scorers-button {
  display:none;
}

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

Reviews

No reviews yet.