Skip to content

Instantly share code, notes, and snippets.

@TexRx
Forked from Snugug/bullshit.css
Last active August 29, 2015 14:09
Show Gist options
  • Save TexRx/af21fd01bda7ccc37a0e to your computer and use it in GitHub Desktop.
Save TexRx/af21fd01bda7ccc37a0e to your computer and use it in GitHub Desktop.
/**
* Bullshit
**/
[id*="social"],
[class*="social"],
[id*="addthis"],
[class*="addthis"],
[id*="share"],
[class*="share"],
[id*="yodr_net"] {
display: none !important;
}
/**
* Not Bullshit
**/
/* GitHub Watch/Star/Fork */
.repohead .js-social-container,
.repohead .social-count {
display: block !important;
}
/* For NY Times (kinda bullshit) */
html.has-ab-test-sharetools-1 {
display: block !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment