-
-
Save TexRx/af21fd01bda7ccc37a0e to your computer and use it in GitHub Desktop.
This file contains 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