YT Live Chat Icon Hider Script - youtube.com

Apparently, some people are trying to ban distributors who are displaying LiveChat as it is by commenting during Live with obscene icons. Several big name distributors have been banned!I wrote a script to hide the user's icon on LiveChat, and I've included a GUI so you can easily disable it. Just install and use it like any other script.If you have a heavy YouTube LiveChat, you can try it too.Translated with www.DeepL.com/Translator (free version)

Author
tyPhoon123
Daily installs
0
Total installs
117
Ratings
0 0 1
Version
1.02
Created
2022-05-13
Updated
2022-05-15
Size
5.36 KB
License
MIT
Applies to

Summary

Apparently, some people are trying to ban distributors who are displaying LiveChat as is by commenting during Live with obscene icons.

Several big name distributors have been banned! I wrote a script to hide the user's icon on LiveChat, and I also prepared a GUI so you can easily disable it.

★You can use it just by installing it like other scripts.

If you feel that LiveChat on YouTube is too slow, you can also try it.


* Technical note

If you can detect embedded LiveChat, this script uses MutationObserver to monitor the changes and hide them. Feel free to change it if you have any concerns.

Especially if you know a little JavaScript and feel you do not need GUI elements, make the following changes.


const INSERT_GUI = true;

↓↓↓

const INSERT_GUI = false;

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