Skip to content
Tech News

How To Replace Twitter’s Dumb Heart With the Emoji of Your Choice

By

Reading time 1 minute

Comments (0)

Twitter did a silly thing today. It took away its neutral star icon andturned it into a smarmy heart. Turns out, it’s extremely easy to replace that heart. Let me help you with this technique from Robert McNees.

Step 1: Download the Stylish extension for Chrome or Firefox. (There are a host of other extensions to restyle the web, but Stylish is super easy to use.)

Step 2: Open Stylish and paste this block of code into the main window:

.HeartAnimationContainer {
visibility: hidden;
}
.HeartAnimationContainer:after {
content: ‘🍺’;
visibility: visible;
display: block;
position: absolute;
}

Step 3: Replace the beer emoji with the emoji or character of your choice, although the beer emoji is a good choice. You should also make sure the one line of code beneath “.HeartAnimationContainer {” and the four lines beneath “.HeartAnimationContainer:after {”are indented four spaces.

Step 4: Add “twitter.com” to the “Applies to:” field below the code. This is what the window should look like when you’re done:

Step 5: Click Save.

Step 6: Go to Twitter and beer all the tweets your heart desires!

[Thanks @mcnees!]


Contact the author at [email protected].
Public PGP key
PGP fingerprint: 91CF B387 7B38 148C DDD6 38D2 6CBC 1E46 1DBF 22A8

Explore more on these topics

Share this story

Sign up for our newsletters

Subscribe and interact with our community, get up to date with our customised Newsletters and much more.