I'd like to disable emoticons

Is it possible to install an option in the user-profile to switch off the emoticons? Unfortunately I react on that small faces and equianimity and seriously thinking about what was written gets a bit decontaminated. (This is not to belittle the work of the developers who just implemented that emoticon-system - I’ve been a software-developer myself and know how difficult such things are…)

I don’t think there’s a user option for this. If you want to get rid of all emojis, you can do it by installing the Stylus plugin on your browser (not Stylish, a similar plugin that has been caught stealing data), create a style for this site and add the following code to it:

.emoji{
    display:none
}
3 Likes

Thank you, Bhante Sujato. I’ll try how I can do this (just loaded the Stylus plugin and try what I’ll understand)