How To Get Back Old ‘Favorite’ Star Button On Twitter?
A couple of days back, Twitter officially replaced its traditional “Favorite” Star button with a new “Heart” icon. The company revealed that it will be now called ‘likes’ and it will make Twitter “easier and more rewarding to use.” While we are still trying to figure it out how this new like system will profit Twitter, but it appears like there are many Twitter users who hate this new feature.
https://twitter.com/stavvers/status/661559418589478913
https://twitter.com/kittylwts/status/661575702475628545
If you are also among one of them then don't worry. There is a way to bring back the old 'Favorite' Star button. Just follow the below listed steps.
Step 1: Download a web browser extension called Stylish on your Google Chrome or Firefox web browser.
Step 2: After installing the extension, click on "Write new Style" option.
Step 3: Now copy and paste the below mentioned code inside "Code 1" box.
.HeartAnimationContainer {
visibility: hidden;
}
.HeartAnimationContainer:after {
content: “🍔”;
visibility: visible;
display: block;
position: absolute;
}
Step 4: Just below to that box you will find an option saying, “Applies to.” Just make sure it is set to “URLs on the domain” and add twitter.com. (Just like in the image attached below.)
Step 5: Save all the setting and open Twitter.com to see the changes.