Skip to content

Instantly share code, notes, and snippets.

@neingeist
Created November 4, 2015 11:44
Show Gist options
  • Save neingeist/5fde6f056e354bcc0957 to your computer and use it in GitHub Desktop.
Save neingeist/5fde6f056e354bcc0957 to your computer and use it in GitHub Desktop.
stylisher twitterdaumen
@-moz-document domain(twitter.com) {
.HeartAnimationContainer {
visibility: hidden;
}
.HeartAnimationContainer:after {
content: '👍';
visibility: visible;
display: block;
position: absolute;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment