YT Live Chat Emoji Replacer Script - youtube.com

If you have a lot of emojis in live chat on YouTube, it can be slow. This script makes the process faster by replacing the emoji to alt attr.

Author
tyPhoon123
Daily installs
0
Total installs
158
Ratings
1 0 0
Version
1.21
Created
2022-04-08
Updated
2022-04-23
Size
5.71 KB
License
MIT
Applies to

Do you have a YouTube Live Chat that gets too lively and stops streaming?

This script solves that problem!


YouTube Live Chat seems to convert emoji into images and display them. This uses so much CPU and memory that it sometimes stops the delivery.

This script converts the image to text. This alone makes it much more comfortable in my environment!


★This script has three modes

・All
 →Converts all img to alt
・Detect
 →Replaces only the claps, which tend to be particularly heavy in live performances, etc.
・Disable
 →Disable substitution.


★This script adds a little GUI element, but if you don't like it, you can use

const INSERT_GUI = true;
↓↓↓
const INSERT_GUI = false;

if you don't like it.

Of course, if you are familiar with JavaScript, feel free to modify other parts of the script as well!

Translated with www.DeepL.com/Translator (free version)