Skip to content

Instantly share code, notes, and snippets.

@ellotheth
Last active November 3, 2015 22:25
Show Gist options
  • Save ellotheth/3de2514ad82175898b34 to your computer and use it in GitHub Desktop.
Save ellotheth/3de2514ad82175898b34 to your computer and use it in GitHub Desktop.
Twitter hearts are stupid
@-moz-document domain("twitter.com") {
.HeartAnimationContainer {
visibility: hidden;
}
.HeartAnimationContainer:after {
content: '🍺';
content: '🍻';
content: '🍸';
content: '✨';
content: '✴️';
content: '⭐️';
content: '☕️';
visibility: visible;
display: block;
position: absolute;
}
.hearty .icon-favorite:before {
content: '🍻';
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment