You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I love minimal twitter and think it could be even better with the ability to hide emoji’s from a user’s profile (Name, location, bio, etc.) . I think that would significantly improve the look of a user’s profile (especially where emoji’s have been way over used) and go along with the idea of a 'minimal' experience. Use case 2, and this is less important imo, would be to be able to hide emoji’s from tweets themselves.
Fwiw here’s a way to replace an emoji with an empty string: text.replace(/([\u2700-\u27BF]|[\uE000-\uF8FF]|\uD83C[\uDC00-\uDFFF]|\uD83D[\uDC00-\uDFFF]|[\u2011-\u26FF]|\uD83E[\uDD10-\uDDFF])/g, '',)
This discussion was converted from issue #84 on February 22, 2022 19:59.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I love minimal twitter and think it could be even better with the ability to hide emoji’s from a user’s profile (Name, location, bio, etc.) . I think that would significantly improve the look of a user’s profile (especially where emoji’s have been way over used) and go along with the idea of a 'minimal' experience. Use case 2, and this is less important imo, would be to be able to hide emoji’s from tweets themselves.
Fwiw here’s a way to replace an emoji with an empty string:
text.replace(/([\u2700-\u27BF]|[\uE000-\uF8FF]|\uD83C[\uDC00-\uDFFF]|\uD83D[\uDC00-\uDFFF]|[\u2011-\u26FF]|\uD83E[\uDD10-\uDDFF])/g, '',)
Beta Was this translation helpful? Give feedback.
All reactions