How to make this work

  1. Install Stylus extension in your a browser that allows for mobile extensions (probably only Firefox)
  2. Download and install the extension Stylus

  3. Copy and paste this css into the extension (URLs starting with: https://www.nba.com/games):

    
                /* ******* */
                /* NBA.com */
                /* ******* */
    
                .Layout_fixedContent__kWFtM {
                display: none;
                }
    
                .Layout_withSubNav__ByKRF {
                padding: 0;
                }
    
                .Layout_withShortStrip__krLX0 {
                padding: 0;
                }
    
                .Columns_left__XkWXE {
                width: 100%;
                }
    
                .Columns_right__RMqRd {
                display: none;
                }
    
                .Footer_footer__nKPS_ {
                display: none;
                }
    
                .GameDatePicker_gdpToggles__dQytG {
                display: none;
                }
    
                .GameHeroBackground_hero__BdLKJ {
                display: none;
                }
    
                .GameSummary_sumContainer__WBZiw > section:nth-child(1) {
                display: none;
                }
            
  4. Copy and paste this css into the extension (URLs starting with: stats.wftda.com):

                /* ***** */
                /* WFTDA */
                /* ***** */
    
                .universalNavigation {
                display: none;
                }
    
                .mainNavigation {
                display: none;
                }
    
                .homeBanners {
                display: none;
                }
            
  5. Copy and paste this css into the extension (URLs starting with: https://www.mlssoccer.com/schedule/scores):

                /* ************* */
                /* mlssoccer.com */
                /* ************* */
    
                .mls-c-header {
                display: none;
                }
    
                .mls-c-header {
                display:none;
                }
    
                div.mls-premium-leaderboard {
                display: none;
                }
    
                .d3-l-col__col-3 {
                display: none;
                }
    
                .d3-l-col__col-9 {
                width: 100%;
                margin: auto;
                }
    
                .mls-c-footer {
                display: none;
                }
    
                .d3-l-wrap > section:nth-child(5) {
                display: none;
                }
    
                .mls-o-masthead {
                display: none;
                }
            
  6. Copy and paste this css into the extension (URLs starting with: https://www.mlb.com/scores):

                /* ******* */
                /* mlb.com */
                /* ******* */
    
                #react-header {
                display: none;
                }
    
                .SnSNavstyle__NavWrapper-sc-84yg8i-1 {
                display: none;
                }
    
                #react-footer {
                display: none;
                }
            
  7. Copy and paste this css into the extension (URLs starting with: https://www.nhl.com/scores/):

                /* ******* */
                /* nhl.com */
                /* ******* */
    
                .nhl-c-header {
                display: none;
                }
    
                .sc-dGANrm {
                display: none;
                }
    
                .nhl-c-footer {
                display: none;
                }
    
                #ad-skin {
                display: none;
                }
            
  8. Enjoy.
  • Copy and paste this css into the extension (URLs starting with: https://fever.wnba.com/schedule):

            /* ******** */
            /* wnba.com */
            /* ******** */
    
            ._Navbar__header_1ic51_5 {display: none;}
    
            #header-ad-6 {display: none;}
    
            ._TeamPageHeader_1hv1s_5 {display: none;}
    
            ._AddToCalendar_1b1lc_5 {display: none;}
    
            div._GameTile__promotions_qaaqy_238 {display: none;}
    
            div._GameTile__links_qaaqy_192 {display: none;}