Last active
November 5, 2019 14:23
-
-
Save Snugug/c0d5369f844b9f6fa7a9 to your computer and use it in GitHub Desktop.
Add this to your user stylesheet to remove bullshit.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 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
In Chrome? I like Stylish for user styles