Skip to content

Instantly share code, notes, and snippets.

@cessor
Created November 30, 2019 21:36
Show Gist options
  • Select an option

  • Save cessor/41441c19e75a3aa5a03633f35307acef to your computer and use it in GitHub Desktop.

Select an option

Save cessor/41441c19e75a3aa5a03633f35307acef to your computer and use it in GitHub Desktop.
Remove Steam Librabry Clutter
/*
Add the following code to the end of Steam/steamui/css/libraryroot.css
Source https://steamcommunity.com/sharedfiles/filedetails/?id=1906786841
For this to work, the shortcut needs Target flags -noverifyfiles and -norepairfiles, or the file must be set to read-only.
*/
/*.sharedappdetailsheader_TopCapsule_NZMJ6 {
display:none!important;
}*/
.libraryhome_WhatsNewContainer_gdZT7 {
display:none!important;
}
.writereview_RatingContainer_2Jk1D {
display:none!important;
}
.appdetailscommunityfeed_CommunityContentContainer_A6G1l {
display:none!important;
}
.sharedappdetailsheader_HeaderBackgroundImage_1IX7F {
display:none!important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment