Since "M" is my channel's username, YouTube always highlights the letter "M"(It's very annoying for me)
Unhighlight Username by sapondanaisriwan
Details
Authorsapondanaisriwan
LicenseMIT
Categoryyoutube
Created
Updated
Size742 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Unhighlight Username
@author sapondanaisriwan <sapondanaisriwan@gmail.com> (https://github.com/sapondanaisriwan) [Adashima#4066]
@description Please report bugs via github issues or my email (If I have some free time, I'll fix them)
@namespace https://userstyles.world/user/sapondanaisriwan
@homepageURL https://github.com/sapondanaisriwan/AdashimaaTube
@supportURL https://github.com/sapondanaisriwan/AdashimaaTube/issues
@version 1.0.2
@license MIT
@preprocessor stylus
==/UserStyle== */
@-moz-document domain("youtube.com") {
.mention.yt-live-chat-text-message-renderer {
background: none !important;
padding: 0 !important;
}
}