mastodon / mastodon

Your self-hosted, globally interconnected microblogging community
https://joinmastodon.org
GNU Affero General Public License v3.0
47.24k stars 7.01k forks source link

User setting to disable the emoji presenter #5592

Open bugQ opened 7 years ago

bugQ commented 7 years ago

I have a user who wants to see zero emoji, not even those encoded in Unicode. Since those are already represented as shortcodes, it should be simple to add a checkbox to disable the presenter that converts them into images.


sorin-davidoi commented 7 years ago

They can achieve what they want by adding the following to the uBlock Origin filters (of course replace toot.cafe with the instance they are on):

toot.cafe/emoji/*
toot.cafe/system/custom_emojis/images/*
bugQ commented 7 years ago

Thanks for the stopgap, I'll pass it on for now. Will still be looking into a more lasting solution

chr-1x commented 7 years ago

+1 to this, re: https://cybre.space/@SinaCutie/99021258190479305

recommend adding an a11y label to this issue

ghost commented 7 years ago

i'm sorry i didn't see this previously when i was searching for emoji. I started a similar issue, with screenshots here: https://github.com/tootsuite/mastodon/issues/5743

Please prioritize this accessibility issue and add the a11y tag. Thank you, thank you, thank you.

nightpool commented 7 years ago

The thing that Sina mentions in that issue sounds like a browser bug—if the browser isn't falling back to the "alt" attribute I don't know what else we could do to improve the situation. On Fri, Nov 17, 2017 at 2:27 PM jmf aka ghost notifications@github.com wrote:

i'm sorry i didn't see this previously when i was searching for emoji. I started a similar issue, with screenshots here: #5743 https://github.com/tootsuite/mastodon/issues/5743

Please prioritize this accessibility issue and add the a11y tag. Thank you, thank you, thank you.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/tootsuite/mastodon/issues/5592#issuecomment-345342527, or mute the thread https://github.com/notifications/unsubscribe-auth/AAORV2qUMaGkwgi0o8zfUVb5K3-GwFtlks5s3d4-gaJpZM4QSTlD .

ghost commented 7 years ago

It isn't a browser bug unless it is a bug across Chrome/Vivaldi, Edge, and Firefox simultaneously. I use an extension/plugin to block images from a location, because there is no way to turn them off. No matter how I go about blocking the images, the shortcodes don't appear.

The accessibility issue here is that all emojis are too hard to read and it should be an option to disable their loading. It would be easier to read the shortcodes than hover over each individual emoji to figure out what it is supposed to mean.

technomancy commented 6 years ago

The uBlock Origin rules given will block them outright rather than showing their names instead. Would love to find a way to do this.