Stylish: Browser Plugin

Stylish is a browser plugin were it can change the look of your favorite websites. After you have installed the plugin, you can go to userstyles.org to browse and add the different styles that are available.

An example of styles I have added.

stylish
The Twitter styles I use are: Twittify!, Twitter Hide Moments Tab, and a custom style that changes the heart like icon to any emoji of your choosing. Just copy the code below and replace the poo with whatever emoji you want.
 poop
.HeartAnimationContainer { visibility: hidden; } .HeartAnimationContainer:after { content: ‘?’; visibility: visible; display: block; position: absolute; }
Capture2Capture