Skip to content

Instantly share code, notes, and snippets.

@imaz
Created November 3, 2015 23:44
Show Gist options
  • Save imaz/88cb41f59ec07bbebd33 to your computer and use it in GitHub Desktop.
Save imaz/88cb41f59ec07bbebd33 to your computer and use it in GitHub Desktop.
♥ to ★ @ Twitter
javascript:
$('.ProfileTweet-action--favorite').removeClass('withHeartIcon');
$('.HeartAnimation').removeClass('HeartAnimation').addClass('Icon').toggleClass('Icon--favorite');
$('.Icon--heartBadge').removeClass('Icon--heartBadge').addClass('Icon--favorited');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment