Skip to content

Instantly share code, notes, and snippets.

@Snugug
Last active November 5, 2019 14:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save Snugug/c0d5369f844b9f6fa7a9 to your computer and use it in GitHub Desktop.
Save Snugug/c0d5369f844b9f6fa7a9 to your computer and use it in GitHub Desktop.
Add this to your user stylesheet to remove bullshit.
/**
* 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;
}
@Snugug
Copy link
Author

Snugug commented Nov 14, 2014

In Chrome? I like Stylish for user styles

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment