Fixes the white bar (seen in the thumbnail) in the comments section. (for StarTube)
Comments fixer for Polymer layouts (2016-2019) by Venus5687

Details
AuthorVenus5687
LicenseNo License
Categoryyoutube
Created
Updated
Code size746 B
Code checksum691128d4
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Tested on Firefox 115 ESR.
REQUIREMENTS:
Vorapis 2013, get it from https://vorapis.pages.dev
StarTube, get it from https://greasyfork.org/en/scripts/485622-startube
Source code
/* ==UserStyle==
@name Comments fixer for Polymer layouts (2016-2019)
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Fixes the white bar in the comments section. (for StarTube)
@author venus56
==/UserStyle== */
@-moz-document url-prefix("https://www.youtube.com/watch?v=") {
#watch7-headline {
visibility: hidden;
}
}
@-moz-document url-prefix("https://youtube.com/watch?v=") {
#watch7-headline {
visibility: hidden;
}
}
@-moz-document url-prefix("http://www.youtube.com/watch?v=") {
#watch7-headline {
visibility: hidden;
}
}
@-moz-document url-prefix("http://youtube.com/watch?v=") {
#watch7-headline {
visibility: hidden;
}
}