Skip to content

Steam Hider by xiggi

Details

Authorxiggi

LicenseNo License

Categorysteampowered

Created

Updated

Size1.3 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Hiding some things

Notes

Hiding:

  • Header BG Video,

  • Steamdeck, etc. hardware banner,

  • Livestreams/broadcasts hider,

  • Header/Footer backgrounds colors,

Source code

/* ==UserStyle==
@name           Steam Hider
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Hiding some things
@author         Me
==/UserStyle== */

@-moz-document domain("steampowered.com"), domain("steamcommunity.com") {
    
/** hiding **/
    
    a.top_promo.ds_no_flags.app_impression_tracked {
        display: none;
    }
    
    .fullscreen-bg__video {
        display: none;
    }
    
    .home_hardware_banner img {
        display: none;
    }
    
    .home_ctn.live_streams_ctn.no_paging {
        display: none;
    }
    
    .broadcast_embed_top_ctn_trgt {
        display: none;
    }
    
/** remove backgrounds **/
    
    div#global_header {
        background: transparent;
    }
    
    div#global_header .content {
        background: transparent;
    }
    
    body.v6 #global_header, body.v6 #global_header .content {
        background: transparent;
    }
    
    body.v6 #footer {
        background: transparent;
    }
    
    #footer {
        background-color: transparent;
    }
    
   /** Scrollbar **/
    
/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background:#2a475e;
}
    
}

Reviews

No reviews yet.