Last active
          November 3, 2015 22:25 
        
      - 
      
 - 
        
Save ellotheth/3de2514ad82175898b34 to your computer and use it in GitHub Desktop.  
    Twitter hearts are stupid
  
        
  
    
      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
    
  
  
    
  | @-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