YouTube - Full Title For Videos by sapondanaisriwan

Details
Authorsapondanaisriwan
LicenseMIT
Created
Updated
Categoryyoutube.com
Description
Contact: sapondanaisriwan@gmail.com
Support me: ☕ko-fi.com
Notes
Full Title For Videos
Source code
/* ==UserStyle==
@name YouTube - Full Title For Videos
@author sapondanaisriwan <Adashima#4066> (https://github.com/sapondanaisriwan)
@description Please report bugs via my email, github, discord or the discussion section(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
@version 1.0.3
@license MIT
@preprocessor stylus
==/UserStyle== */
/*
Support me: https://ko-fi.com/sapondanaisriwan
Support me: https://ko-fi.com/sapondanaisriwan
Support me: https://ko-fi.com/sapondanaisriwan
Support me: https://ko-fi.com/sapondanaisriwan
Support me: https://ko-fi.com/sapondanaisriwan
*/
@-moz-document domain("youtube.com") {
ytd-grid-video-renderer,
ytd-rich-grid-media[mini-mode] {
#video-title {
&.yt-simple-endpoint.ytd-grid-video-renderer,
&.ytd-rich-grid-media {
display: inline !important;
}
}
}
#video-title {
&.ytd-compact-video-renderer,
&.ytd-rich-grid-media,
&.ytd-video-renderer,
&.ytd-rich-grid-slim-media,
&.ytd-grid-playlist-renderer,
&.ytd-reel-item-renderer {
display: inline !important;
}
}
}