Skip to content

wheresthematch.com - clean by sonho

Details

Authorsonho

LicenseNo License

Categorywheresthematch.com

Created

Updated

Size3.9 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Cleans up the UI for wheresthematch

Filter
English Premier League, UEFA Champions League, FA Cup, EURO 2024

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name       wheresthematch.com - Jan 2024
@version    20240824.17.25.00
@namespace  ?
==/UserStyle== */
@-moz-document regexp("^https:\\/\\/www\\.wheresthematch\\.com\\/live-football-on-tv\\/?.+$"), url("https://www.wheresthematch.com/football-today/") {
  /*   Hide leagues */
  #tv-listings-wrapper #fixtureswrapper table tr {
    display: none;
  }


  #tv-listings-wrapper #fixtureswrapper table tr:has( a[title*="English Premier League"],
  a[title^="UEFA Champions League"],
  a[title*="FA Cup"],
  a[title*="EURO"]) {
    display: block;
  }

  #tv-listings-wrapper #fixtureswrapper table tr:has(a[title*="FA Cup"]) * {
    opacity: 0.7;
  }
}

@-moz-document domain("wheresthematch.com") {
  html {
    background: #013000;
  }

  main {
    background-color: black;
  }
  #navigation,
  #navigation .nav {
    height: auto;
  }
  #navigation {
    margin-top: 72px;
  }
  #navigation .nav li img {
    display: none;
  }

  .unlock-premier-listing {
    display: none;
  }
  #navigation li a {
    margin: 0;
    padding: 10px
  }

  #navigation li {
    margin: 0 !important;
  }

  #fixtureswrapper table td a {
    pointer-events: none;
  }

  #fixtureswrapper table td.channel-details img {
    padding: 3px;
    background: white;
  }

  .homeheaderinfo {
    width: auto;
  }

  /* Remove rhs ad column */
  .sidebar-wrapper {
    display: none;
  }
  /* Advert */
  #adsense-guitab,
  #tv-listings-wrapper .bet-now1,
  a.non-televised-promotion,
  #sn_gg_ad_wrapper {
    display: none;
  }


  #hero-banner {
    display: none;
  }

  .home-para-content {
    display: none;
  }

  #new-tabs {
    background-color: #666;
    padding: 0;
    margin-top: 1em;
  }

  #new-tabs ul {
    margin-inline: 0;
  }

  #new-tabs li {
    padding: 0 !important;
  }

  #new-tabs a,
  #new-tabs li#tabselected a {
    background-color: #666;
    border-radius: initial !important;
  }

  #signin {
    display: none;
  }

  #popular-guides {
    display: none;
  }

  /* Table header */
  #tv-listings-wrapper thead {
    display: none
  }

  #filters-wrapper h1 {
    color: white;
    text-transform: capitalize;
    font-size: 1.5em;
  }
  #premier-wrapper {
    background: linear-gradient(0deg, rgb(26, 98, 26) 0%, rgb(1, 49, 0) 100%)
  }

  #filters-wrapper .homeheaderinfo em {
    color: #979797;
  }


  #filters-wrapper {
    background: #444;
    width: 100%;
  }

  @media screen and (min-width: 480px) {
    #filters-wrapper {
      width: min(1160px, 100% - 14rem);
      margin-inline: auto;
    }
  }


  #filters-wrapper .filters {
    display: none;
  }

  #tv-listings-wrapper #fixtureswrapper {
    opacity: 0.95;
  }
  #tv-listings-wrapper #fixtureswrapper table,
  #tv-listings-wrapper #fixtureswrapper {
    width: 100%;
  }

  .home-team {
    display: none !important;
  }

  #tv-listings-wrapper #fixtureswrapper table {
    background: #e5e4e4;
  }

  #tv-listings-wrapper #fixtureswrapper table tr {
    background: white;
  }

  #tv-listings-wrapper #fixtureswrapper table tr + tr {
    margin-top: 4px;
  }

  .blurred-not-selectable,
  .blurred-team-not-selectable {
    text-shadow: none;
    color: black;
  }

  .lazyloaded[alt*="Football"] {
    display: none;
  }

  .fixture a {
    display: block;
  }

  .fixture em {
    display: inline-block;
    max-width: 13ch;
    overflow: hidden;
    white-space: nowrap;
    font-size: 1em !important;
    text-overflow: ellipsis;
  }

  @media screen and (min-width: 480px) {
    .fixture em {
      max-width: 20ch;
    }
  }

  /* footer */
  .sport-content-wrapper,
  #footer-2016-apps-wrapper {
    display: none;
  }

  footer {
    display: none !important;
  }

  #tv-listings-wrapper #fixtureswrapper table + div {
    display: none;
  }


  #maincontent {
    padding-bottom: 55px;
    background: black;
  }
  #locked-sport {
    display: none;
  }

  /* privacy  */
  iframe + div {
    display: none;
  }
}

Reviews

No reviews yet.