Skip to content

Comments fixer for Polymer layouts (2016-2019) by Venus5687

Screenshot of Comments fixer for Polymer layouts (2016-2019)

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

Fixes the white bar (seen in the thumbnail) in the comments section. (for StarTube)

Notes

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;
    }
}

Reviews

No reviews yet.