Unhighlight Username by sapondanaisriwan

Details
Authorsapondanaisriwan
LicenseMIT
Created
Updated
Categoryyoutube
Statistics
Learn how we calculate statistics in the FAQ.
Total views
Total installs
Weekly installs
Weekly updates
Description
Since "M" is my channel's username, YouTube always highlights the letter "M"(It's very annoying for me)
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;
}
}